#65071E

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

Shades of Pohutukawa #65071E

Tints of Pohutukawa #65071E

Color information

#65071E (or 0x65071E) is unknown color: approx Pohutukawa. HEX triplet: 65, 07 and 1E. RGB value is (101,7,30). Sum of RGB (Red+Green+Blue) = 101+7+30=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #65071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65071E is #9AF8E1. Grayscale: #252525. Windows color (decimal): -10156258 or 1967973. OLE color: 1967973.

HSL color Cylindrical-coordinate representation of color #65071E: hue angle of 345.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65071E is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB101730-
CMYK00.930.700.60
HSL345.32º87.04%21.18%-
HSV(B)345.32º93.07%39.61%-
XYZ5.683.011.51-
YUV37.73123.64173.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=73.19%
G=5.07%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10173000.930.700.60345.3287.0421.18
Hex6571E05D463C1595715
Octal14573601351067453112725
Binary110010111111110010111011000110111100101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65071E; }

 p { color: rgb(101,7,30); }

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

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

 a { background-color: rgb(101,7,30); }

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

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

 span { border-color: rgb(101,7,30); }

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