#631228

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

Shades of Pohutukawa #631228

Tints of Pohutukawa #631228

Color information

#631228 (or 0x631228) is unknown color: approx Pohutukawa. HEX triplet: 63, 12 and 28. RGB value is (99,18,40). Sum of RGB (Red+Green+Blue) = 99+18+40=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631228 is #9CEDD7. Grayscale: #2C2C2C. Windows color (decimal): -10284504 or 2626147. OLE color: 2626147.

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

Color convert

RGB991840-
CMYK00.820.600.61
HSL343.7º69.23%22.94%-
HSV(B)343.7º81.82%38.82%-
XYZ5.743.242.33-
YUV44.73125.34166.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=63.06%
G=11.46%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99184000.820.600.61343.769.2322.94
Hex6312280523C3D1584517
Octal14322500122747553010527
Binary11000111001010100001010010111100111101101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631228; }

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

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

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

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

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

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

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

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