#631924

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

Shades of Pohutukawa #631924

Tints of Pohutukawa #631924

Color information

#631924 (or 0x631924) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 24. RGB value is (99,25,36). Sum of RGB (Red+Green+Blue) = 99+25+36=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631924 is #9CE6DB. Grayscale: #303030. Windows color (decimal): -10282716 or 2365795. OLE color: 2365795.

HSL color Cylindrical-coordinate representation of color #631924: hue angle of 351.08º 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 #631924 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB992536-
CMYK00.750.640.61
HSL351.08º59.68%24.31%-
HSV(B)351.08º74.75%38.82%-
XYZ5.813.482.03-
YUV48.38121.02164.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=61.88%
G=15.62%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99253600.750.640.61351.0859.6824.31
Hex63192404B403D15f3c18
Octal14331440113100755377430
Binary11000111100110010001001011100000011110110101111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631924; }

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

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

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

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

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

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

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

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