#651516

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

Shades of Pohutukawa #651516

Tints of Pohutukawa #651516

Color information

#651516 (or 0x651516) is unknown color: approx Pohutukawa. HEX triplet: 65, 15 and 16. RGB value is (101,21,22). Sum of RGB (Red+Green+Blue) = 101+21+22=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651516 is #9AEAE9. Grayscale: #2D2D2D. Windows color (decimal): -10152682 or 1447269. OLE color: 1447269.

HSL color Cylindrical-coordinate representation of color #651516: hue angle of 359.25º 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 #651516 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1012122-
CMYK00.790.780.60
HSL359.25º65.57%23.92%-
HSV(B)359.25º79.21%39.61%-
XYZ5.783.361.1-
YUV45.03115167.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.14%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=70.14%
G=14.58%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101212200.790.780.60359.2565.5723.92
Hex65151604F4E3C1674218
Octal145252601171167454710230
Binary11001011010110110010011111001110111100101100111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651516; }

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

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

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

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

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

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

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

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