#631323

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

Shades of Pohutukawa #631323

Tints of Pohutukawa #631323

Color information

#631323 (or 0x631323) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 23. RGB value is (99,19,35). Sum of RGB (Red+Green+Blue) = 99+19+35=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631323 is #9CECDC. Grayscale: #2C2C2C. Windows color (decimal): -10284253 or 2298723. OLE color: 2298723.

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

Color convert

RGB991935-
CMYK00.810.650.61
HSL348º67.8%23.14%-
HSV(B)348º80.81%38.82%-
XYZ5.683.241.92-
YUV44.74122.5166.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=64.71%
G=12.42%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99193500.810.650.6134867.823.14
Hex631323051413D15c4417
Octal143234301211017553410427
Binary110001110011100011010100011000001111101101011100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631323; }

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

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

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

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

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

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

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

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