#65101D

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

Shades of Pohutukawa #65101D

Tints of Pohutukawa #65101D

Color information

#65101D (or 0x65101D) is unknown color: approx Pohutukawa. HEX triplet: 65, 10 and 1D. RGB value is (101,16,29). Sum of RGB (Red+Green+Blue) = 101+16+29=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65101D is #9AEFE2. Grayscale: #2A2A2A. Windows color (decimal): -10153955 or 1904741. OLE color: 1904741.

HSL color Cylindrical-coordinate representation of color #65101D: hue angle of 350.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65101D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1011629-
CMYK00.840.710.60
HSL350.82º72.65%22.94%-
HSV(B)350.82º84.16%39.61%-
XYZ5.773.231.48-
YUV42.9120.16169.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.18%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=69.18%
G=10.96%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101162900.840.710.60350.8272.6522.94
Hex65101D054473C15f4917
Octal145203501241077453711127
Binary11001011000011101010101001000111111100101011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65101D; }

 p { color: rgb(101,16,29); }

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

<style>
 a { background-color: #65101D; }

 a { background-color: rgb(101,16,29); }

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

<style>
 span { border-color: #65101D; }

 span { border-color: rgb(101,16,29); }

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