Html Css Color HEX #6D1219 Pohutukawa

📋 copy color: '#6D1219'

red 109 ◦ green 18 ◦ blue 25

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

Shades of Pohutukawa #6D1219

Tints of Pohutukawa #6D1219

RGB

 RED value IS 109 (42.97% from 255) = 71.71%

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 71.71%
G = 11.84%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6D1219 (or 0x6D1219) is known color: Pohutukawa. HEX triplet: 6D, 12 and 19. RGB value is (109,18,25). Sum of RGB (Red+Green+Blue) = 109+18+25=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1219 is #92EDE6. Grayscale: #2E2E2E. Windows color (decimal): -9629159 or 1643117. OLE color: 1643117.

HSL color Cylindrical-coordinate representation of color #6D1219: hue angle of 355.38º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1219 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 18 25 -
CMYK 0 0.83 0.77 0.57
HSL 355.38º 0.72% 0.25% -
HSV(B) 355.38º 0.83% 0.43% -
XYZ 6.7 3.75 1.29 -
YUV 46.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 109 18 25 0 0.83 0.77 0.57 355.38 0.72 0.25
Hex 6D 12 19 0 53 4D 39 163 48 19
Octal 155 22 31 0 123 115 71 543 110 31
Binary 1101101 10010 11001 0 1010011 1001101 111001 101100011 1001000 11001

Color Harmonies of #6D1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1219

Black with #6D1219

Text Example


Text Example

White with #6D1219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,25); }

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

background-color css

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

 a { background-color: rgb(109,18,25); }

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

border-color css

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

 span { border-color: rgb(109,18,25); }

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