#631921

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

Shades of Pohutukawa #631921

Tints of Pohutukawa #631921

Color information

#631921 (or 0x631921) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 21. RGB value is (99,25,33). Sum of RGB (Red+Green+Blue) = 99+25+33=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631921 is #9CE6DE. Grayscale: #303030. Windows color (decimal): -10282719 or 2169187. OLE color: 2169187.

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

Color convert

RGB992533-
CMYK00.750.670.61
HSL353.51º59.68%24.31%-
HSV(B)353.51º74.75%38.82%-
XYZ5.773.461.8-
YUV48.04119.52164.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=63.06%
G=15.92%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99253300.750.670.61353.5159.6824.31
Hex63192104B433D1623c18
Octal14331410113103755427430
Binary11000111100110000101001011100001111110110110001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631921; }

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

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

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

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

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

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

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

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