#65212D

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

Shades of Pohutukawa #65212D

Tints of Pohutukawa #65212D

Color information

#65212D (or 0x65212D) is unknown color: approx Pohutukawa. HEX triplet: 65, 21 and 2D. RGB value is (101,33,45). Sum of RGB (Red+Green+Blue) = 101+33+45=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65212D is #9ADED2. Grayscale: #363636. Windows color (decimal): -10149587 or 2957669. OLE color: 2957669.

HSL color Cylindrical-coordinate representation of color #65212D: hue angle of 349.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65212D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1013345-
CMYK00.670.550.60
HSL349.41º50.75%26.27%-
HSV(B)349.41º67.33%39.61%-
XYZ6.384.042.93-
YUV54.7122.53161.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.42%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=56.42%
G=18.44%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101334500.670.550.60349.4150.7526.27
Hex65212D043373C15d331a
Octal1454155010367745356332
Binary11001011000011011010100001111011111110010101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,33,45); }

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

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

 a { background-color: rgb(101,33,45); }

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

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

 span { border-color: rgb(101,33,45); }

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