Html Css Color HEX #660F25 Pohutukawa

📋 copy color: '#660F25'

red 102 ◦ green 15 ◦ blue 37

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

Shades of Pohutukawa #660F25

Tints of Pohutukawa #660F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.74%

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

R = 66.23%
G = 9.74%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660F25 (or 0x660F25) is known color: Pohutukawa. HEX triplet: 66, 0F and 25. RGB value is (102,15,37). Sum of RGB (Red+Green+Blue) = 102+15+37=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #660F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F25 is #99F0DA. Grayscale: #2B2B2B. Windows color (decimal): -10088667 or 2428774. OLE color: 2428774.

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

Color convert

RGB 102 15 37 -
CMYK 0 0.85 0.64 0.6
HSL 344.83º 0.74% 0.23% -
HSV(B) 344.83º 0.85% 0.4% -
XYZ 5.98 3.3 2.07 -
YUV 43.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 102 15 37 0 0.85 0.64 0.6 344.83 0.74 0.23
Hex 66 F 25 0 55 40 3C 159 4A 17
Octal 146 17 45 0 125 100 74 531 112 27
Binary 1100110 1111 100101 0 1010101 1000000 111100 101011001 1001010 10111

Color Harmonies of #660F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F25

Black with #660F25

Text Example


Text Example

White with #660F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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