#65030A

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

Shades of Pohutukawa #65030A

Tints of Pohutukawa #65030A

Color information

#65030A (or 0x65030A) is unknown color: approx Pohutukawa. HEX triplet: 65, 03 and 0A. RGB value is (101,3,10). Sum of RGB (Red+Green+Blue) = 101+3+10=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #65030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65030A is #9AFCF5. Grayscale: #212121. Windows color (decimal): -10157302 or 656229. OLE color: 656229.

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

Color convert

RGB101310-
CMYK00.970.900.60
HSL355.71º94.23%20.39%-
HSV(B)355.71º97.03%39.61%-
XYZ5.452.850.55-
YUV33.1114.97176.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 88.60%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=88.60%
G=2.63%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10131000.970.900.60355.7194.2320.39
Hex653A0615A3C1645e14
Octal14531201411327454413624
Binary1100101111010011000011011010111100101100100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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