Html Css Color HEX #661920 Pohutukawa

📋 copy color: '#661920'

red 102 ◦ green 25 ◦ blue 32

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

Shades of Pohutukawa #661920

Tints of Pohutukawa #661920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 32 (12.89% from 255) = 20.13%

R = 64.15%
G = 15.72%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#661920 (or 0x661920) is known color: Pohutukawa. HEX triplet: 66, 19 and 20. RGB value is (102,25,32). Sum of RGB (Red+Green+Blue) = 102+25+32=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661920 is #99E6DF. Grayscale: #303030. Windows color (decimal): -10086112 or 2103654. OLE color: 2103654.

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

Color convert

RGB 102 25 32 -
CMYK 0 0.75 0.69 0.6
HSL 354.55º 0.61% 0.25% -
HSV(B) 354.55º 0.75% 0.4% -
XYZ 6.09 3.62 1.75 -
YUV 48.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 102 25 32 0 0.75 0.69 0.6 354.55 0.61 0.25
Hex 66 19 20 0 4B 45 3C 163 3D 19
Octal 146 31 40 0 113 105 74 543 75 31
Binary 1100110 11001 100000 0 1001011 1000101 111100 101100011 111101 11001

Color Harmonies of #661920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661920

Black with #661920

Text Example


Text Example

White with #661920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661920; }

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

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

background-color css

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

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

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

border-color css

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

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

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