Html Css Color HEX #6D0D1D Pohutukawa

📋 copy color: '#6D0D1D'

red 109 ◦ green 13 ◦ blue 29

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

Shades of Pohutukawa #6D0D1D

Tints of Pohutukawa #6D0D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.61%

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

R = 72.19%
G = 8.61%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D0D1D (or 0x6D0D1D) is known color: Pohutukawa. HEX triplet: 6D, 0D and 1D. RGB value is (109,13,29). Sum of RGB (Red+Green+Blue) = 109+13+29=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D1D is #92F2E2. Grayscale: #2B2B2B. Windows color (decimal): -9630435 or 1903981. OLE color: 1903981.

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

Color convert

RGB 109 13 29 -
CMYK 0 0.88 0.73 0.57
HSL 350º 0.79% 0.24% -
HSV(B) 350º 0.88% 0.43% -
XYZ 6.67 3.63 1.51 -
YUV 43.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 109 13 29 0 0.88 0.73 0.57 350 0.79 0.24
Hex 6D D 1D 0 58 49 39 15E 4F 18
Octal 155 15 35 0 130 111 71 536 117 30
Binary 1101101 1101 11101 0 1011000 1001001 111001 101011110 1001111 11000

Color Harmonies of #6D0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D1D

Black with #6D0D1D

Text Example


Text Example

White with #6D0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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