#650C28

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

Shades of Pohutukawa #650C28

Tints of Pohutukawa #650C28

Color information

#650C28 (or 0x650C28) is unknown color: approx Pohutukawa. HEX triplet: 65, 0C and 28. RGB value is (101,12,40). Sum of RGB (Red+Green+Blue) = 101+12+40=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #650C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C28 is #9AF3D7. Grayscale: #292929. Windows color (decimal): -10154968 or 2624613. OLE color: 2624613.

HSL color Cylindrical-coordinate representation of color #650C28: hue angle of 341.12º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C28 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB1011240-
CMYK00.880.600.60
HSL341.12º78.76%22.16%-
HSV(B)341.12º88.12%39.61%-
XYZ5.883.182.31-
YUV41.8126.99170.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.01%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=66.01%
G=7.84%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101124000.880.600.60341.1278.7622.16
Hex65C280583C3C1554f16
Octal14514500130747452511726
Binary1100101110010100001011000111100111100101010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650C28; }

 p { color: rgb(101,12,40); }

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

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

 a { background-color: rgb(101,12,40); }

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

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

 span { border-color: rgb(101,12,40); }

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