Html Css Color HEX #6D1214 Pohutukawa

📋 copy color: '#6D1214'

red 109 ◦ green 18 ◦ blue 20

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

Shades of Pohutukawa #6D1214

Tints of Pohutukawa #6D1214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 74.15%
G = 12.24%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D1214 (or 0x6D1214) is known color: Pohutukawa. HEX triplet: 6D, 12 and 14. RGB value is (109,18,20). Sum of RGB (Red+Green+Blue) = 109+18+20=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1214 is #92EDEB. Grayscale: #2D2D2D. Windows color (decimal): -9629164 or 1315437. OLE color: 1315437.

HSL color Cylindrical-coordinate representation of color #6D1214: hue angle of 358.68º 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 #6D1214 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 18 20 -
CMYK 0 0.83 0.82 0.57
HSL 358.68º 0.72% 0.25% -
HSV(B) 358.68º 0.83% 0.43% -
XYZ 6.65 3.73 1.03 -
YUV 45.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 109 18 20 0 0.83 0.82 0.57 358.68 0.72 0.25
Hex 6D 12 14 0 53 52 39 167 48 19
Octal 155 22 24 0 123 122 71 547 110 31
Binary 1101101 10010 10100 0 1010011 1010010 111001 101100111 1001000 11001

Color Harmonies of #6D1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1214

Black with #6D1214

Text Example


Text Example

White with #6D1214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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