#651921

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

Shades of Pohutukawa #651921

Tints of Pohutukawa #651921

Color information

#651921 (or 0x651921) is unknown color: approx Pohutukawa. HEX triplet: 65, 19 and 21. RGB value is (101,25,33). Sum of RGB (Red+Green+Blue) = 101+25+33=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651921 is #9AE6DE. Grayscale: #303030. Windows color (decimal): -10151647 or 2169189. OLE color: 2169189.

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

Color convert

RGB1012533-
CMYK00.750.670.60
HSL353.68º60.32%24.71%-
HSV(B)353.68º75.25%39.61%-
XYZ5.993.571.81-
YUV48.64119.18165.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=63.52%
G=15.72%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101253300.750.670.60353.6860.3224.71
Hex65192104B433C1623c19
Octal14531410113103745427431
Binary11001011100110000101001011100001111110010110001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651921; }

 p { color: rgb(101,25,33); }

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

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

 a { background-color: rgb(101,25,33); }

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

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

 span { border-color: rgb(101,25,33); }

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