#631828

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

Shades of Pohutukawa #631828

Tints of Pohutukawa #631828

Color information

#631828 (or 0x631828) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 28. RGB value is (99,24,40). Sum of RGB (Red+Green+Blue) = 99+24+40=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #631828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631828 is #9CE7D7. Grayscale: #303030. Windows color (decimal): -10282968 or 2627683. OLE color: 2627683.

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

Color convert

RGB992440-
CMYK00.760.600.61
HSL347.2º60.98%24.12%-
HSV(B)347.2º75.76%38.82%-
XYZ5.863.462.37-
YUV48.25123.35164.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=60.74%
G=14.72%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99244000.760.600.61347.260.9824.12
Hex63182804C3C3D15b3d18
Octal1433050011474755337530
Binary1100011110001010000100110011110011110110101101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631828; }

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

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

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

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

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

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

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

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