Html Css Color HEX #660E25 Pohutukawa

📋 copy color: '#660E25'

red 102 ◦ green 14 ◦ blue 37

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

Shades of Pohutukawa #660E25

Tints of Pohutukawa #660E25

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.15%

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 66.67%
G = 9.15%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660E25 (or 0x660E25) is known color: Pohutukawa. HEX triplet: 66, 0E and 25. RGB value is (102,14,37). Sum of RGB (Red+Green+Blue) = 102+14+37=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660E25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E25 is #99F1DA. Grayscale: #2A2A2A. Windows color (decimal): -10088923 or 2428518. OLE color: 2428518.

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

Color convert

RGB 102 14 37 -
CMYK 0 0.86 0.64 0.6
HSL 344.32º 0.76% 0.23% -
HSV(B) 344.32º 0.86% 0.4% -
XYZ 5.97 3.27 2.07 -
YUV 42.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 102 14 37 0 0.86 0.64 0.6 344.32 0.76 0.23
Hex 66 E 25 0 56 40 3C 158 4C 17
Octal 146 16 45 0 126 100 74 530 114 27
Binary 1100110 1110 100101 0 1010110 1000000 111100 101011000 1001100 10111

Color Harmonies of #660E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E25

Black with #660E25

Text Example


Text Example

White with #660E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,37); }

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

background-color css

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

 a { background-color: rgb(102,14,37); }

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

border-color css

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

 span { border-color: rgb(102,14,37); }

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