#651225

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

Shades of Pohutukawa #651225

Tints of Pohutukawa #651225

Color information

#651225 (or 0x651225) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 25. RGB value is (101,18,37). Sum of RGB (Red+Green+Blue) = 101+18+37=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651225 is #9AEDDA. Grayscale: #2C2C2C. Windows color (decimal): -10153435 or 2429541. OLE color: 2429541.

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

Color convert

RGB1011837-
CMYK00.820.630.60
HSL346.27º69.75%23.33%-
HSV(B)346.27º82.18%39.61%-
XYZ5.923.332.08-
YUV44.98123.5167.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.74%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=64.74%
G=11.54%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101183700.820.630.60346.2769.7523.33
Hex6512250523F3C15a4617
Octal14522450122777453210627
Binary11001011001010010101010010111111111100101011010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651225; }

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

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

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

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

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

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

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

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