Html Css Color HEX #6B1118 Pohutukawa

📋 copy color: '#6B1118'

red 107 ◦ green 17 ◦ blue 24

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

Shades of Pohutukawa #6B1118

Tints of Pohutukawa #6B1118

RGB

 RED value IS 107 (42.19% from 255) = 72.3%

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 72.3%
G = 11.49%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B1118 (or 0x6B1118) is known color: Pohutukawa. HEX triplet: 6B, 11 and 18. RGB value is (107,17,24). Sum of RGB (Red+Green+Blue) = 107+17+24=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1118 is #94EEE7. Grayscale: #2C2C2C. Windows color (decimal): -9760488 or 1577323. OLE color: 1577323.

HSL color Cylindrical-coordinate representation of color #6B1118: hue angle of 355.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1118 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 24 -
CMYK 0 0.84 0.78 0.58
HSL 355.33º 0.73% 0.24% -
HSV(B) 355.33º 0.84% 0.42% -
XYZ 6.43 3.59 1.22 -
YUV 44.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 107 17 24 0 0.84 0.78 0.58 355.33 0.73 0.24
Hex 6B 11 18 0 54 4E 3A 163 49 18
Octal 153 21 30 0 124 116 72 543 111 30
Binary 1101011 10001 11000 0 1010100 1001110 111010 101100011 1001001 11000

Color Harmonies of #6B1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1118

Black with #6B1118

Text Example


Text Example

White with #6B1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,24); }

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

background-color css

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

 a { background-color: rgb(107,17,24); }

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

border-color css

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

 span { border-color: rgb(107,17,24); }

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