Html Css Color HEX #6D1215 Pohutukawa

📋 copy color: '#6D1215'

red 109 ◦ green 18 ◦ blue 21

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

Shades of Pohutukawa #6D1215

Tints of Pohutukawa #6D1215

RGB

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

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

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

R = 73.65%
G = 12.16%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D1215 (or 0x6D1215) is known color: Pohutukawa. HEX triplet: 6D, 12 and 15. RGB value is (109,18,21). Sum of RGB (Red+Green+Blue) = 109+18+21=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1215 is #92EDEA. Grayscale: #2D2D2D. Windows color (decimal): -9629163 or 1380973. OLE color: 1380973.

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

Color convert

RGB 109 18 21 -
CMYK 0 0.83 0.81 0.57
HSL 358.02º 0.72% 0.25% -
HSV(B) 358.02º 0.83% 0.43% -
XYZ 6.66 3.74 1.08 -
YUV 45.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 109 18 21 0 0.83 0.81 0.57 358.02 0.72 0.25
Hex 6D 12 15 0 53 51 39 166 48 19
Octal 155 22 25 0 123 121 71 546 110 31
Binary 1101101 10010 10101 0 1010011 1010001 111001 101100110 1001000 11001

Color Harmonies of #6D1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1215

Black with #6D1215

Text Example


Text Example

White with #6D1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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