Html Css Color HEX #6A0B0D Pohutukawa

📋 copy color: '#6A0B0D'

red 106 ◦ green 11 ◦ blue 13

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

Shades of Pohutukawa #6A0B0D

Tints of Pohutukawa #6A0B0D

RGB

 RED value IS 106 (41.8% from 255) = 81.54%

 GREEN value IS 11 (4.69% from 255) = 8.46%

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

R = 81.54%
G = 8.46%
B = 10%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6A0B0D (or 0x6A0B0D) is known color: Pohutukawa. HEX triplet: 6A, 0B and 0D. RGB value is (106,11,13). Sum of RGB (Red+Green+Blue) = 106+11+13=130 (17% of max value = 765). Red value is 106 (41.80% from 255 or 81.54% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0B0D is #95F4F2. Grayscale: #272727. Windows color (decimal): -9827571 or 854890. OLE color: 854890.

HSL color Cylindrical-coordinate representation of color #6A0B0D: hue angle of 358.74º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B0D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 11 13 -
CMYK 0 0.90 0.88 0.58
HSL 358.74º 0.81% 0.23% -
HSV(B) 358.74º 0.9% 0.42% -
XYZ 6.14 3.33 0.7 -
YUV 39.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 106 11 13 0 0.90 0.88 0.58 358.74 0.81 0.23
Hex 6A B D 0 5A 58 3A 167 51 17
Octal 152 13 15 0 132 130 72 547 121 27
Binary 1101010 1011 1101 0 1011010 1011000 111010 101100111 1010001 10111

Color Harmonies of #6A0B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0B0D

Black with #6A0B0D

Text Example


Text Example

White with #6A0B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,11,13); }

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

background-color css

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

 a { background-color: rgb(106,11,13); }

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

border-color css

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

 span { border-color: rgb(106,11,13); }

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