#651020

Color #651020 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #651020

Tints of Pohutukawa #651020

Color information

#651020 (or 0x651020) is unknown color: approx Pohutukawa. HEX triplet: 65, 10 and 20. RGB value is (101,16,32). Sum of RGB (Red+Green+Blue) = 101+16+32=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #651020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651020 is #9AEFDF. Grayscale: #2B2B2B. Windows color (decimal): -10153952 or 2101349. OLE color: 2101349.

HSL color Cylindrical-coordinate representation of color #651020: hue angle of 348.71º 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 #651020 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1011632-
CMYK00.840.680.60
HSL348.71º72.65%22.94%-
HSV(B)348.71º84.16%39.61%-
XYZ5.813.241.69-
YUV43.24121.66169.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=67.79%
G=10.74%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101163200.840.680.60348.7172.6522.94
Hex651020054443C15d4917
Octal145204001241047453511127
Binary110010110000100000010101001000100111100101011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651020; }

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

 H1.HeaderClassName
 {
   color: #651020;
 }
 .AnyTagClassName
 {
   color: #651020;
 }
</style>
background-color css

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

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

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

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

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

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