Html Css Color HEX #6F1126 Pohutukawa

📋 copy color: '#6F1126'

red 111 ◦ green 17 ◦ blue 38

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

Shades of Pohutukawa #6F1126

Tints of Pohutukawa #6F1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 66.87%
G = 10.24%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F1126 (or 0x6F1126) is known color: Pohutukawa. HEX triplet: 6F, 11 and 26. RGB value is (111,17,38). Sum of RGB (Red+Green+Blue) = 111+17+38=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1126 is #90EED9. Grayscale: #2F2F2F. Windows color (decimal): -9498330 or 2494831. OLE color: 2494831.

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

Color convert

RGB 111 17 38 -
CMYK 0 0.85 0.66 0.56
HSL 346.6º 0.73% 0.25% -
HSV(B) 346.6º 0.85% 0.44% -
XYZ 7.11 3.92 2.22 -
YUV 47.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 111 17 38 0 0.85 0.66 0.56 346.6 0.73 0.25
Hex 6F 11 26 0 55 42 38 15B 49 19
Octal 157 21 46 0 125 102 70 533 111 31
Binary 1101111 10001 100110 0 1010101 1000010 111000 101011011 1001001 11001

Color Harmonies of #6F1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1126

Black with #6F1126

Text Example


Text Example

White with #6F1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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