Html Css Color HEX #6D0A0D Pohutukawa

📋 copy color: '#6D0A0D'

red 109 ◦ green 10 ◦ blue 13

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

Shades of Pohutukawa #6D0A0D

Tints of Pohutukawa #6D0A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 82.58%
G = 7.58%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D0A0D (or 0x6D0A0D) is known color: Pohutukawa. HEX triplet: 6D, 0A and 0D. RGB value is (109,10,13). Sum of RGB (Red+Green+Blue) = 109+10+13=132 (17% of max value = 765). Red value is 109 (42.97% from 255 or 82.58% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A0D is #92F5F2. Grayscale: #282828. Windows color (decimal): -9631219 or 854637. OLE color: 854637.

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

Color convert

RGB 109 10 13 -
CMYK 0 0.91 0.88 0.57
HSL 358.18º 0.83% 0.23% -
HSV(B) 358.18º 0.91% 0.43% -
XYZ 6.49 3.5 0.71 -
YUV 39.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 109 10 13 0 0.91 0.88 0.57 358.18 0.83 0.23
Hex 6D A D 0 5B 58 39 166 53 17
Octal 155 12 15 0 133 130 71 546 123 27
Binary 1101101 1010 1101 0 1011011 1011000 111001 101100110 1010011 10111

Color Harmonies of #6D0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A0D

Black with #6D0A0D

Text Example


Text Example

White with #6D0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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