#650520

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

Shades of Pohutukawa #650520

Tints of Pohutukawa #650520

Color information

#650520 (or 0x650520) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 20. RGB value is (101,5,32). Sum of RGB (Red+Green+Blue) = 101+5+32=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650520 is #9AFADF. Grayscale: #242424. Windows color (decimal): -10156768 or 2098533. OLE color: 2098533.

HSL color Cylindrical-coordinate representation of color #650520: hue angle of 343.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650520 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB101532-
CMYK00.950.680.60
HSL343.12º90.57%20.78%-
HSV(B)343.12º95.05%39.61%-
XYZ5.682.981.64-
YUV36.78125.3173.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=73.19%
G=3.62%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10153200.950.680.60343.1290.5720.78
Hex6552005F443C1575b15
Octal14554001371047452713325
Binary1100101101100000010111111000100111100101010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650520; }

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

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

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

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

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

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

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

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