#650921

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

Shades of Pohutukawa #650921

Tints of Pohutukawa #650921

Color information

#650921 (or 0x650921) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 21. RGB value is (101,9,33). Sum of RGB (Red+Green+Blue) = 101+9+33=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650921 is #9AF6DE. Grayscale: #272727. Windows color (decimal): -10155743 or 2165093. OLE color: 2165093.

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

Color convert

RGB101933-
CMYK00.910.670.60
HSL344.35º83.64%21.57%-
HSV(B)344.35º91.09%39.61%-
XYZ5.743.071.73-
YUV39.24124.48172.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=70.63%
G=6.29%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10193300.910.670.60344.3583.6421.57
Hex6592105B433C1585416
Octal145114101331037453012426
Binary11001011001100001010110111000011111100101011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650921; }

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

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

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

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

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

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

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

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