#651625

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

Shades of Pohutukawa #651625

Tints of Pohutukawa #651625

Color information

#651625 (or 0x651625) is unknown color: approx Pohutukawa. HEX triplet: 65, 16 and 25. RGB value is (101,22,37). Sum of RGB (Red+Green+Blue) = 101+22+37=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #651625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651625 is #9AE9DA. Grayscale: #2F2F2F. Windows color (decimal): -10152411 or 2430565. OLE color: 2430565.

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

Color convert

RGB1012237-
CMYK00.780.630.60
HSL348.61º64.23%24.12%-
HSV(B)348.61º78.22%39.61%-
XYZ5.993.472.11-
YUV47.33122.17166.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=63.12%
G=13.75%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101223700.780.630.60348.6164.2324.12
Hex65162504E3F3C15d4018
Octal14526450116777453510030
Binary11001011011010010101001110111111111100101011101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651625; }

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

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

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

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

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

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

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

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