#631325

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

Shades of Pohutukawa #631325

Tints of Pohutukawa #631325

Color information

#631325 (or 0x631325) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 25. RGB value is (99,19,37). Sum of RGB (Red+Green+Blue) = 99+19+37=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631325 is #9CECDA. Grayscale: #2C2C2C. Windows color (decimal): -10284251 or 2429795. OLE color: 2429795.

HSL color Cylindrical-coordinate representation of color #631325: hue angle of 346.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631325 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB991937-
CMYK00.810.630.61
HSL346.5º67.8%23.14%-
HSV(B)346.5º80.81%38.82%-
XYZ5.713.252.08-
YUV44.97123.5166.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=63.87%
G=12.26%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99193700.810.630.61346.567.823.14
Hex6313250513F3D15a4417
Octal14323450121777553210427
Binary11000111001110010101010001111111111101101011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631325; }

 p { color: rgb(99,19,37); }

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

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

 a { background-color: rgb(99,19,37); }

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

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

 span { border-color: rgb(99,19,37); }

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