Html Css Color HEX #661020 Pohutukawa

📋 copy color: '#661020'

red 102 ◦ green 16 ◦ blue 32

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

Shades of Pohutukawa #661020

Tints of Pohutukawa #661020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 68%
G = 10.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#661020 (or 0x661020) is known color: Pohutukawa. HEX triplet: 66, 10 and 20. RGB value is (102,16,32). Sum of RGB (Red+Green+Blue) = 102+16+32=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #661020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661020 is #99EFDF. Grayscale: #2B2B2B. Windows color (decimal): -10088416 or 2101350. OLE color: 2101350.

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

Color convert

RGB 102 16 32 -
CMYK 0 0.84 0.69 0.6
HSL 348.84º 0.73% 0.23% -
HSV(B) 348.84º 0.84% 0.4% -
XYZ 5.93 3.3 1.69 -
YUV 43.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 102 16 32 0 0.84 0.69 0.6 348.84 0.73 0.23
Hex 66 10 20 0 54 45 3C 15D 49 17
Octal 146 20 40 0 124 105 74 535 111 27
Binary 1100110 10000 100000 0 1010100 1000101 111100 101011101 1001001 10111

Color Harmonies of #661020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661020

Black with #661020

Text Example


Text Example

White with #661020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661020; }

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

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

background-color css

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

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

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

border-color css

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

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

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