Html Css Color HEX #660A0D Pohutukawa

📋 copy color: '#660A0D'

red 102 ◦ green 10 ◦ blue 13

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

Shades of Pohutukawa #660A0D

Tints of Pohutukawa #660A0D

RGB

 RED value IS 102 (40.23% from 255) = 81.6%

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

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

R = 81.6%
G = 8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#660A0D (or 0x660A0D) is known color: Pohutukawa. HEX triplet: 66, 0A and 0D. RGB value is (102,10,13). Sum of RGB (Red+Green+Blue) = 102+10+13=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A0D is #99F5F2. Grayscale: #252525. Windows color (decimal): -10089971 or 854630. OLE color: 854630.

HSL color Cylindrical-coordinate representation of color #660A0D: hue angle of 358.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A0D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 10 13 -
CMYK 0 0.90 0.87 0.6
HSL 358.04º 0.82% 0.22% -
HSV(B) 358.04º 0.9% 0.4% -
XYZ 5.66 3.07 0.68 -
YUV 37.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 102 10 13 0 0.90 0.87 0.6 358.04 0.82 0.22
Hex 66 A D 0 5A 57 3C 166 52 16
Octal 146 12 15 0 132 127 74 546 122 26
Binary 1100110 1010 1101 0 1011010 1010111 111100 101100110 1010010 10110

Color Harmonies of #660A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A0D

Black with #660A0D

Text Example


Text Example

White with #660A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660A0D; }

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

 H1.HeaderClassName
 {
   color: #660A0D;
 }
 .AnyTagClassName
 {
   color: #660A0D;
 }
</style>

background-color css

<style>
 a { background-color: #660A0D; }

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

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

border-color css

<style>
 span { border-color: #660A0D; }

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

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