#631720

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

Shades of Pohutukawa #631720

Tints of Pohutukawa #631720

Color information

#631720 (or 0x631720) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 20. RGB value is (99,23,32). Sum of RGB (Red+Green+Blue) = 99+23+32=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #631720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631720 is #9CE8DF. Grayscale: #2E2E2E. Windows color (decimal): -10283232 or 2103139. OLE color: 2103139.

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

Color convert

RGB992332-
CMYK00.770.680.61
HSL352.89º62.3%23.92%-
HSV(B)352.89º76.77%38.82%-
XYZ5.713.371.72-
YUV46.75119.68165.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=64.29%
G=14.94%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99233200.770.680.61352.8962.323.92
Hex63172004D443D1613e18
Octal14327400115104755417630
Binary11000111011110000001001101100010011110110110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631720; }

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

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

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

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

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

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

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

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