Html Css Color HEX #660A25 Pohutukawa

📋 copy color: '#660A25'

red 102 ◦ green 10 ◦ blue 37

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

Shades of Pohutukawa #660A25

Tints of Pohutukawa #660A25

RGB

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

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

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

R = 68.46%
G = 6.71%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660A25 (or 0x660A25) is known color: Pohutukawa. HEX triplet: 66, 0A and 25. RGB value is (102,10,37). Sum of RGB (Red+Green+Blue) = 102+10+37=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #660A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A25 is #99F5DA. Grayscale: #282828. Windows color (decimal): -10089947 or 2427494. OLE color: 2427494.

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

Color convert

RGB 102 10 37 -
CMYK 0 0.90 0.64 0.6
HSL 342.39º 0.82% 0.22% -
HSV(B) 342.39º 0.9% 0.4% -
XYZ 5.92 3.18 2.05 -
YUV 40.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 102 10 37 0 0.90 0.64 0.6 342.39 0.82 0.22
Hex 66 A 25 0 5A 40 3C 156 52 16
Octal 146 12 45 0 132 100 74 526 122 26
Binary 1100110 1010 100101 0 1011010 1000000 111100 101010110 1010010 10110

Color Harmonies of #660A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A25

Black with #660A25

Text Example


Text Example

White with #660A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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