Html Css Color HEX #6D1315 Pohutukawa

📋 copy color: '#6D1315'

red 109 ◦ green 19 ◦ blue 21

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

Shades of Pohutukawa #6D1315

Tints of Pohutukawa #6D1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 73.15%
G = 12.75%
B = 14.09%

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

#6D1315 (or 0x6D1315) is known color: Pohutukawa. HEX triplet: 6D, 13 and 15. RGB value is (109,19,21). Sum of RGB (Red+Green+Blue) = 109+19+21=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1315 is #92ECEA. Grayscale: #2E2E2E. Windows color (decimal): -9628907 or 1381229. OLE color: 1381229.

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

Color convert

RGB 109 19 21 -
CMYK 0 0.83 0.81 0.57
HSL 358.67º 0.7% 0.25% -
HSV(B) 358.67º 0.83% 0.43% -
XYZ 6.67 3.77 1.09 -
YUV 46.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 109 19 21 0 0.83 0.81 0.57 358.67 0.7 0.25
Hex 6D 13 15 0 53 51 39 167 46 19
Octal 155 23 25 0 123 121 71 547 106 31
Binary 1101101 10011 10101 0 1010011 1010001 111001 101100111 1000110 11001

Color Harmonies of #6D1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1315

Black with #6D1315

Text Example


Text Example

White with #6D1315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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