#65040A

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

Shades of Pohutukawa #65040A

Tints of Pohutukawa #65040A

Color information

#65040A (or 0x65040A) is unknown color: approx Pohutukawa. HEX triplet: 65, 04 and 0A. RGB value is (101,4,10). Sum of RGB (Red+Green+Blue) = 101+4+10=115 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.83% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 101 - color contains mainly: red. Hex color #65040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65040A is #9AFBF5. Grayscale: #212121. Windows color (decimal): -10157046 or 656485. OLE color: 656485.

HSL color Cylindrical-coordinate representation of color #65040A: hue angle of 356.29º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65040A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB101410-
CMYK00.960.900.60
HSL356.29º92.38%20.59%-
HSV(B)356.29º96.04%39.61%-
XYZ5.472.880.55-
YUV33.69114.64176.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 87.83%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=87.83%
G=3.48%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10141000.960.900.60356.2992.3820.59
Hex654A0605A3C1645c15
Octal14541201401327454413425
Binary11001011001010011000001011010111100101100100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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