#631829

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

Shades of Pohutukawa #631829

Tints of Pohutukawa #631829

Color information

#631829 (or 0x631829) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 29. RGB value is (99,24,41). Sum of RGB (Red+Green+Blue) = 99+24+41=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #631829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631829 is #9CE7D6. Grayscale: #303030. Windows color (decimal): -10282967 or 2693219. OLE color: 2693219.

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

Color convert

RGB992441-
CMYK00.760.590.61
HSL346.4º60.98%24.12%-
HSV(B)346.4º75.76%38.82%-
XYZ5.873.472.46-
YUV48.36123.85164.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 41 (16.41% from 255) = 25%
R=60.37%
G=14.63%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99244100.760.590.61346.460.9824.12
Hex63182904C3B3D15a3d18
Octal1433051011473755327530
Binary1100011110001010010100110011101111110110101101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631829; }

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

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

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

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

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

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

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

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