Html Css Color HEX #6F1026 Pohutukawa

📋 copy color: '#6F1026'

red 111 ◦ green 16 ◦ blue 38

#6F1026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #6F1026

Tints of Pohutukawa #6F1026

RGB

 RED value IS 111 (43.75% from 255) = 67.27%

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 38 (15.23% from 255) = 23.03%

R = 67.27%
G = 9.7%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F1026 (or 0x6F1026) is known color: Pohutukawa. HEX triplet: 6F, 10 and 26. RGB value is (111,16,38). Sum of RGB (Red+Green+Blue) = 111+16+38=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1026 is #90EFD9. Grayscale: #2E2E2E. Windows color (decimal): -9498586 or 2494575. OLE color: 2494575.

HSL color Cylindrical-coordinate representation of color #6F1026: hue angle of 346.11º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1026 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 38 -
CMYK 0 0.86 0.66 0.56
HSL 346.11º 0.75% 0.25% -
HSV(B) 346.11º 0.86% 0.44% -
XYZ 7.09 3.89 2.21 -
YUV 46.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 111 16 38 0 0.86 0.66 0.56 346.11 0.75 0.25
Hex 6F 10 26 0 56 42 38 15A 4B 19
Octal 157 20 46 0 126 102 70 532 113 31
Binary 1101111 10000 100110 0 1010110 1000010 111000 101011010 1001011 11001

Color Harmonies of #6F1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1026

Black with #6F1026

Text Example


Text Example

White with #6F1026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F1026; }

 p { color: rgb(111,16,38); }

 H1.HeaderClassName
 {
   color: #6F1026;
 }
 .AnyTagClassName
 {
   color: #6F1026;
 }
</style>

background-color css

<style>
 a { background-color: #6F1026; }

 a { background-color: rgb(111,16,38); }

 div.DivClassName
 {
   background-color: #6F1026;
 }
 .BgClassName
 {
   background-color: #6F1026;
 }
</style>

border-color css

<style>
 span { border-color: #6F1026; }

 span { border-color: rgb(111,16,38); }

 td.TdClassName
 {
   border-color: #6F1026;
 }
 .TagClassName
 {
   border-color: #6F1026;
 }
</style>