#631229

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

Shades of Pohutukawa #631229

Tints of Pohutukawa #631229

Color information

#631229 (or 0x631229) is unknown color: approx Pohutukawa. HEX triplet: 63, 12 and 29. RGB value is (99,18,41). Sum of RGB (Red+Green+Blue) = 99+18+41=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #631229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631229 is #9CEDD6. Grayscale: #2C2C2C. Windows color (decimal): -10284503 or 2691683. OLE color: 2691683.

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

Color convert

RGB991841-
CMYK00.820.590.61
HSL342.96º69.23%22.94%-
HSV(B)342.96º81.82%38.82%-
XYZ5.763.252.42-
YUV44.84125.84166.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=62.66%
G=11.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99184100.820.590.61342.9669.2322.94
Hex6312290523B3D1574517
Octal14322510122737552710527
Binary11000111001010100101010010111011111101101010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631229; }

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

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

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

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

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

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

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

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