#631328

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

Shades of Pohutukawa #631328

Tints of Pohutukawa #631328

Color information

#631328 (or 0x631328) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 28. RGB value is (99,19,40). Sum of RGB (Red+Green+Blue) = 99+19+40=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #631328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631328 is #9CECD7. Grayscale: #2D2D2D. Windows color (decimal): -10284248 or 2626403. OLE color: 2626403.

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

Color convert

RGB991940-
CMYK00.810.600.61
HSL344.25º67.8%23.14%-
HSV(B)344.25º80.81%38.82%-
XYZ5.763.272.34-
YUV45.31125166.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=62.66%
G=12.03%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99194000.810.600.61344.2567.823.14
Hex6313280513C3D1584417
Octal14323500121747553010427
Binary11000111001110100001010001111100111101101011000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631328; }

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

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

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

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

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

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

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

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