Html Css Color HEX #6D121C Pohutukawa

📋 copy color: '#6D121C'

red 109 ◦ green 18 ◦ blue 28

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

Shades of Pohutukawa #6D121C

Tints of Pohutukawa #6D121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 70.32%
G = 11.61%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D121C (or 0x6D121C) is known color: Pohutukawa. HEX triplet: 6D, 12 and 1C. RGB value is (109,18,28). Sum of RGB (Red+Green+Blue) = 109+18+28=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D121C is #92EDE3. Grayscale: #2E2E2E. Windows color (decimal): -9629156 or 1839725. OLE color: 1839725.

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

Color convert

RGB 109 18 28 -
CMYK 0 0.83 0.74 0.57
HSL 353.41º 0.72% 0.25% -
HSV(B) 353.41º 0.83% 0.43% -
XYZ 6.73 3.77 1.47 -
YUV 46.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 109 18 28 0 0.83 0.74 0.57 353.41 0.72 0.25
Hex 6D 12 1C 0 53 4A 39 161 48 19
Octal 155 22 34 0 123 112 71 541 110 31
Binary 1101101 10010 11100 0 1010011 1001010 111001 101100001 1001000 11001

Color Harmonies of #6D121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D121C

Black with #6D121C

Text Example


Text Example

White with #6D121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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