#651822

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

Shades of Pohutukawa #651822

Tints of Pohutukawa #651822

Color information

#651822 (or 0x651822) is unknown color: approx Pohutukawa. HEX triplet: 65, 18 and 22. RGB value is (101,24,34). Sum of RGB (Red+Green+Blue) = 101+24+34=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651822 is #9AE7DD. Grayscale: #303030. Windows color (decimal): -10151902 or 2234469. OLE color: 2234469.

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

Color convert

RGB1012434-
CMYK00.760.660.60
HSL352.21º61.6%24.51%-
HSV(B)352.21º76.24%39.61%-
XYZ5.983.541.88-
YUV48.16120.01165.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=63.52%
G=15.09%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101243400.760.660.60352.2161.624.51
Hex65182204C423C1603e19
Octal14530420114102745407631
Binary11001011100010001001001100100001011110010110000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651822; }

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

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

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

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

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

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

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

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