Html Css Color HEX #6D151D Pohutukawa

📋 copy color: '#6D151D'

red 109 ◦ green 21 ◦ blue 29

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

Shades of Pohutukawa #6D151D

Tints of Pohutukawa #6D151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.21%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 68.55%
G = 13.21%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D151D (or 0x6D151D) is known color: Pohutukawa. HEX triplet: 6D, 15 and 1D. RGB value is (109,21,29). Sum of RGB (Red+Green+Blue) = 109+21+29=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D151D is #92EAE2. Grayscale: #303030. Windows color (decimal): -9628387 or 1906029. OLE color: 1906029.

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

Color convert

RGB 109 21 29 -
CMYK 0 0.81 0.73 0.57
HSL 354.55º 0.68% 0.25% -
HSV(B) 354.55º 0.81% 0.43% -
XYZ 6.8 3.88 1.55 -
YUV 48.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 109 21 29 0 0.81 0.73 0.57 354.55 0.68 0.25
Hex 6D 15 1D 0 51 49 39 163 44 19
Octal 155 25 35 0 121 111 71 543 104 31
Binary 1101101 10101 11101 0 1010001 1001001 111001 101100011 1000100 11001

Color Harmonies of #6D151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D151D

Black with #6D151D

Text Example


Text Example

White with #6D151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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