#65202D

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

Shades of Pohutukawa #65202D

Tints of Pohutukawa #65202D

Color information

#65202D (or 0x65202D) is unknown color: approx Pohutukawa. HEX triplet: 65, 20 and 2D. RGB value is (101,32,45). Sum of RGB (Red+Green+Blue) = 101+32+45=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65202D is #9ADFD2. Grayscale: #363636. Windows color (decimal): -10149843 or 2957413. OLE color: 2957413.

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

Color convert

RGB1013245-
CMYK00.680.550.60
HSL348.7º51.88%26.08%-
HSV(B)348.7º68.32%39.61%-
XYZ6.363.992.92-
YUV54.11122.86161.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=56.74%
G=17.98%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101324500.680.550.60348.751.8826.08
Hex65202D044373C15d341a
Octal1454055010467745356432
Binary11001011000001011010100010011011111110010101110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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