Html Css Color HEX #6D1415 Pohutukawa

📋 copy color: '#6D1415'

red 109 ◦ green 20 ◦ blue 21

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

Shades of Pohutukawa #6D1415

Tints of Pohutukawa #6D1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 21 (8.59% from 255) = 14%

R = 72.67%
G = 13.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D1415 (or 0x6D1415) is known color: Pohutukawa. HEX triplet: 6D, 14 and 15. RGB value is (109,20,21). Sum of RGB (Red+Green+Blue) = 109+20+21=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1415 is #92EBEA. Grayscale: #2E2E2E. Windows color (decimal): -9628651 or 1381485. OLE color: 1381485.

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

Color convert

RGB 109 20 21 -
CMYK 0 0.82 0.81 0.57
HSL 359.33º 0.69% 0.25% -
HSV(B) 359.33º 0.82% 0.43% -
XYZ 6.69 3.81 1.09 -
YUV 46.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 109 20 21 0 0.82 0.81 0.57 359.33 0.69 0.25
Hex 6D 14 15 0 52 51 39 167 45 19
Octal 155 24 25 0 122 121 71 547 105 31
Binary 1101101 10100 10101 0 1010010 1010001 111001 101100111 1000101 11001

Color Harmonies of #6D1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1415

Black with #6D1415

Text Example


Text Example

White with #6D1415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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