Html Css Color HEX #660920 Pohutukawa

📋 copy color: '#660920'

red 102 ◦ green 9 ◦ blue 32

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

Shades of Pohutukawa #660920

Tints of Pohutukawa #660920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 71.33%
G = 6.29%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#660920 (or 0x660920) is known color: Pohutukawa. HEX triplet: 66, 09 and 20. RGB value is (102,9,32). Sum of RGB (Red+Green+Blue) = 102+9+32=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660920 is #99F6DF. Grayscale: #272727. Windows color (decimal): -10090208 or 2099558. OLE color: 2099558.

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

Color convert

RGB 102 9 32 -
CMYK 0 0.91 0.69 0.6
HSL 345.16º 0.84% 0.22% -
HSV(B) 345.16º 0.91% 0.4% -
XYZ 5.84 3.12 1.66 -
YUV 39.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 102 9 32 0 0.91 0.69 0.6 345.16 0.84 0.22
Hex 66 9 20 0 5B 45 3C 159 54 16
Octal 146 11 40 0 133 105 74 531 124 26
Binary 1100110 1001 100000 0 1011011 1000101 111100 101011001 1010100 10110

Color Harmonies of #660920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660920

Black with #660920

Text Example


Text Example

White with #660920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660920; }

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

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

background-color css

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

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

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

border-color css

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

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

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