Html Css Color HEX #660D25 Pohutukawa

📋 copy color: '#660D25'

red 102 ◦ green 13 ◦ blue 37

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

Shades of Pohutukawa #660D25

Tints of Pohutukawa #660D25

RGB

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

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

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

R = 67.11%
G = 8.55%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660D25 (or 0x660D25) is known color: Pohutukawa. HEX triplet: 66, 0D and 25. RGB value is (102,13,37). Sum of RGB (Red+Green+Blue) = 102+13+37=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #660D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D25 is #99F2DA. Grayscale: #2A2A2A. Windows color (decimal): -10089179 or 2428262. OLE color: 2428262.

HSL color Cylindrical-coordinate representation of color #660D25: hue angle of 343.82º 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 #660D25 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 37 -
CMYK 0 0.87 0.64 0.6
HSL 343.82º 0.77% 0.23% -
HSV(B) 343.82º 0.87% 0.4% -
XYZ 5.96 3.25 2.06 -
YUV 42.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 102 13 37 0 0.87 0.64 0.6 343.82 0.77 0.23
Hex 66 D 25 0 57 40 3C 158 4D 17
Octal 146 15 45 0 127 100 74 530 115 27
Binary 1100110 1101 100101 0 1010111 1000000 111100 101011000 1001101 10111

Color Harmonies of #660D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D25

Black with #660D25

Text Example


Text Example

White with #660D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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