Html Css Color HEX #662025 Pohutukawa

📋 copy color: '#662025'

red 102 ◦ green 32 ◦ blue 37

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

Shades of Pohutukawa #662025

Tints of Pohutukawa #662025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 59.65%
G = 18.71%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#662025 (or 0x662025) is known color: Pohutukawa. HEX triplet: 66, 20 and 25. RGB value is (102,32,37). Sum of RGB (Red+Green+Blue) = 102+32+37=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662025 is #99DFDA. Grayscale: #353535. Windows color (decimal): -10084315 or 2433126. OLE color: 2433126.

HSL color Cylindrical-coordinate representation of color #662025: hue angle of 355.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662025 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 37 -
CMYK 0 0.69 0.64 0.6
HSL 355.71º 0.52% 0.26% -
HSV(B) 355.71º 0.69% 0.4% -
XYZ 6.33 3.99 2.19 -
YUV 53.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 102 32 37 0 0.69 0.64 0.6 355.71 0.52 0.26
Hex 66 20 25 0 45 40 3C 164 34 1A
Octal 146 40 45 0 105 100 74 544 64 32
Binary 1100110 100000 100101 0 1000101 1000000 111100 101100100 110100 11010

Color Harmonies of #662025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662025

Black with #662025

Text Example


Text Example

White with #662025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662025; }

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

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

background-color css

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

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

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

border-color css

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

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

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