Html Css Color HEX #6D1229 Pohutukawa

📋 copy color: '#6D1229'

red 109 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #6D1229

Tints of Pohutukawa #6D1229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 64.88%
G = 10.71%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D1229 (or 0x6D1229) is known color: Pohutukawa. HEX triplet: 6D, 12 and 29. RGB value is (109,18,41). Sum of RGB (Red+Green+Blue) = 109+18+41=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1229 is #92EDD6. Grayscale: #2F2F2F. Windows color (decimal): -9629143 or 2691693. OLE color: 2691693.

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

Color convert

RGB 109 18 41 -
CMYK 0 0.83 0.62 0.57
HSL 344.84º 0.72% 0.25% -
HSV(B) 344.84º 0.83% 0.43% -
XYZ 6.92 3.84 2.47 -
YUV 47.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 109 18 41 0 0.83 0.62 0.57 344.84 0.72 0.25
Hex 6D 12 29 0 53 3E 39 159 48 19
Octal 155 22 51 0 123 76 71 531 110 31
Binary 1101101 10010 101001 0 1010011 111110 111001 101011001 1001000 11001

Color Harmonies of #6D1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1229

Black with #6D1229

Text Example


Text Example

White with #6D1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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