#651622

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

Shades of Pohutukawa #651622

Tints of Pohutukawa #651622

Color information

#651622 (or 0x651622) is unknown color: approx Pohutukawa. HEX triplet: 65, 16 and 22. RGB value is (101,22,34). Sum of RGB (Red+Green+Blue) = 101+22+34=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651622 is #9AE9DD. Grayscale: #2F2F2F. Windows color (decimal): -10152414 or 2233957. OLE color: 2233957.

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

Color convert

RGB1012234-
CMYK00.780.660.60
HSL350.89º64.23%24.12%-
HSV(B)350.89º78.22%39.61%-
XYZ5.943.461.87-
YUV46.99120.67166.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.33%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=64.33%
G=14.01%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101223400.780.660.60350.8964.2324.12
Hex65162204E423C15f4018
Octal145264201161027453710030
Binary110010110110100010010011101000010111100101011111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651622; }

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

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

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

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

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

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

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

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