#65050A

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

Shades of Pohutukawa #65050A

Tints of Pohutukawa #65050A

Color information

#65050A (or 0x65050A) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 0A. RGB value is (101,5,10). Sum of RGB (Red+Green+Blue) = 101+5+10=116 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.07% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 101 - color contains mainly: red. Hex color #65050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65050A is #9AFAF5. Grayscale: #222222. Windows color (decimal): -10156790 or 656741. OLE color: 656741.

HSL color Cylindrical-coordinate representation of color #65050A: hue angle of 356.88º 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 #65050A is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB101510-
CMYK00.950.900.60
HSL356.88º90.57%20.78%-
HSV(B)356.88º95.05%39.61%-
XYZ5.482.90.56-
YUV34.27114.3175.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 87.07%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=87.07%
G=4.31%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10151000.950.900.60356.8890.5720.78
Hex655A05F5A3C1655b15
Octal14551201371327454513325
Binary11001011011010010111111011010111100101100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65050A; }

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

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

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

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

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

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

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

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