Html Css Color HEX #6B1119 Pohutukawa

📋 copy color: '#6B1119'

red 107 ◦ green 17 ◦ blue 25

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

Shades of Pohutukawa #6B1119

Tints of Pohutukawa #6B1119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 71.81%
G = 11.41%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6B1119 (or 0x6B1119) is known color: Pohutukawa. HEX triplet: 6B, 11 and 19. RGB value is (107,17,25). Sum of RGB (Red+Green+Blue) = 107+17+25=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1119 is #94EEE6. Grayscale: #2C2C2C. Windows color (decimal): -9760487 or 1642859. OLE color: 1642859.

HSL color Cylindrical-coordinate representation of color #6B1119: hue angle of 354.67º 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 #6B1119 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 25 -
CMYK 0 0.84 0.77 0.58
HSL 354.67º 0.73% 0.24% -
HSV(B) 354.67º 0.84% 0.42% -
XYZ 6.44 3.6 1.27 -
YUV 44.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 107 17 25 0 0.84 0.77 0.58 354.67 0.73 0.24
Hex 6B 11 19 0 54 4D 3A 163 49 18
Octal 153 21 31 0 124 115 72 543 111 30
Binary 1101011 10001 11001 0 1010100 1001101 111010 101100011 1001001 11000

Color Harmonies of #6B1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1119

Black with #6B1119

Text Example


Text Example

White with #6B1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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