Html Css Color HEX #6D121E Pohutukawa

📋 copy color: '#6D121E'

red 109 ◦ green 18 ◦ blue 30

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

Shades of Pohutukawa #6D121E

Tints of Pohutukawa #6D121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 69.43%
G = 11.46%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D121E (or 0x6D121E) is known color: Pohutukawa. HEX triplet: 6D, 12 and 1E. RGB value is (109,18,30). Sum of RGB (Red+Green+Blue) = 109+18+30=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D121E is #92EDE1. Grayscale: #2E2E2E. Windows color (decimal): -9629154 or 1970797. OLE color: 1970797.

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

Color convert

RGB 109 18 30 -
CMYK 0 0.83 0.72 0.57
HSL 352.09º 0.72% 0.25% -
HSV(B) 352.09º 0.83% 0.43% -
XYZ 6.76 3.78 1.6 -
YUV 46.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 109 18 30 0 0.83 0.72 0.57 352.09 0.72 0.25
Hex 6D 12 1E 0 53 48 39 160 48 19
Octal 155 22 36 0 123 110 71 540 110 31
Binary 1101101 10010 11110 0 1010011 1001000 111001 101100000 1001000 11001

Color Harmonies of #6D121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D121E

Black with #6D121E

Text Example


Text Example

White with #6D121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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