#631429

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

Shades of Pohutukawa #631429

Tints of Pohutukawa #631429

Color information

#631429 (or 0x631429) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 29. RGB value is (99,20,41). Sum of RGB (Red+Green+Blue) = 99+20+41=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631429 is #9CEBD6. Grayscale: #2E2E2E. Windows color (decimal): -10283991 or 2692195. OLE color: 2692195.

HSL color Cylindrical-coordinate representation of color #631429: hue angle of 344.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631429 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB992041-
CMYK00.800.590.61
HSL344.05º66.39%23.33%-
HSV(B)344.05º79.8%38.82%-
XYZ5.83.312.43-
YUV46.01125.17165.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=61.88%
G=12.5%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99204100.800.590.61344.0566.3923.33
Hex6314290503B3D1584217
Octal14324510120737553010227
Binary11000111010010100101010000111011111101101011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631429; }

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

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

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

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

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

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

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

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