#651525

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

Shades of Pohutukawa #651525

Tints of Pohutukawa #651525

Color information

#651525 (or 0x651525) is unknown color: approx Pohutukawa. HEX triplet: 65, 15 and 25. RGB value is (101,21,37). Sum of RGB (Red+Green+Blue) = 101+21+37=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651525 is #9AEADA. Grayscale: #2E2E2E. Windows color (decimal): -10152667 or 2430309. OLE color: 2430309.

HSL color Cylindrical-coordinate representation of color #651525: hue angle of 348º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651525 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1012137-
CMYK00.790.630.60
HSL348º65.57%23.92%-
HSV(B)348º79.21%39.61%-
XYZ5.973.442.1-
YUV46.74122.5166.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=63.52%
G=13.21%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101213700.790.630.6034865.5723.92
Hex65152504F3F3C15c4218
Octal14525450117777453410230
Binary11001011010110010101001111111111111100101011100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651525; }

 p { color: rgb(101,21,37); }

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

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

 a { background-color: rgb(101,21,37); }

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

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

 span { border-color: rgb(101,21,37); }

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