#631721

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

Shades of Pohutukawa #631721

Tints of Pohutukawa #631721

Color information

#631721 (or 0x631721) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 21. RGB value is (99,23,33). Sum of RGB (Red+Green+Blue) = 99+23+33=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631721 is #9CE8DE. Grayscale: #2E2E2E. Windows color (decimal): -10283231 or 2168675. OLE color: 2168675.

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

Color convert

RGB992333-
CMYK00.770.670.61
HSL352.11º62.3%23.92%-
HSV(B)352.11º76.77%38.82%-
XYZ5.733.381.79-
YUV46.86120.18165.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=63.87%
G=14.84%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99233300.770.670.61352.1162.323.92
Hex63172104D433D1603e18
Octal14327410115103755407630
Binary11000111011110000101001101100001111110110110000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631721; }

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

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

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

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

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

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

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

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