Html Css Color HEX #660D1E Pohutukawa

📋 copy color: '#660D1E'

red 102 ◦ green 13 ◦ blue 30

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

Shades of Pohutukawa #660D1E

Tints of Pohutukawa #660D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 70.34%
G = 8.97%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#660D1E (or 0x660D1E) is known color: Pohutukawa. HEX triplet: 66, 0D and 1E. RGB value is (102,13,30). Sum of RGB (Red+Green+Blue) = 102+13+30=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #660D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D1E is #99F2E1. Grayscale: #292929. Windows color (decimal): -10089186 or 1969510. OLE color: 1969510.

HSL color Cylindrical-coordinate representation of color #660D1E: hue angle of 348.54º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D1E is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 30 -
CMYK 0 0.87 0.71 0.6
HSL 348.54º 0.77% 0.23% -
HSV(B) 348.54º 0.87% 0.4% -
XYZ 5.86 3.21 1.54 -
YUV 41.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 102 13 30 0 0.87 0.71 0.6 348.54 0.77 0.23
Hex 66 D 1E 0 57 47 3C 15D 4D 17
Octal 146 15 36 0 127 107 74 535 115 27
Binary 1100110 1101 11110 0 1010111 1000111 111100 101011101 1001101 10111

Color Harmonies of #660D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D1E

Black with #660D1E

Text Example


Text Example

White with #660D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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