#65131D

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

Shades of Pohutukawa #65131D

Tints of Pohutukawa #65131D

Color information

#65131D (or 0x65131D) is unknown color: approx Pohutukawa. HEX triplet: 65, 13 and 1D. RGB value is (101,19,29). Sum of RGB (Red+Green+Blue) = 101+19+29=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65131D is #9AECE2. Grayscale: #2C2C2C. Windows color (decimal): -10153187 or 1905509. OLE color: 1905509.

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

Color convert

RGB1011929-
CMYK00.810.710.60
HSL352.68º68.33%23.53%-
HSV(B)352.68º81.19%39.61%-
XYZ5.823.321.5-
YUV44.66119.17168.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=67.79%
G=12.75%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101192900.810.710.60352.6868.3323.53
Hex65131D051473C1614418
Octal145233501211077454110430
Binary11001011001111101010100011000111111100101100001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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