#631728

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

Shades of Pohutukawa #631728

Tints of Pohutukawa #631728

Color information

#631728 (or 0x631728) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 28. RGB value is (99,23,40). Sum of RGB (Red+Green+Blue) = 99+23+40=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #631728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631728 is #9CE8D7. Grayscale: #2F2F2F. Windows color (decimal): -10283224 or 2627427. OLE color: 2627427.

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

Color convert

RGB992340-
CMYK00.770.600.61
HSL346.58º62.3%23.92%-
HSV(B)346.58º76.77%38.82%-
XYZ5.833.422.36-
YUV47.66123.68164.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=61.11%
G=14.20%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99234000.770.600.61346.5862.323.92
Hex63172804D3C3D15b3e18
Octal1432750011574755337630
Binary1100011101111010000100110111110011110110101101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631728; }

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

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

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

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

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

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

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

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