#631723

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

Shades of Pohutukawa #631723

Tints of Pohutukawa #631723

Color information

#631723 (or 0x631723) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 23. RGB value is (99,23,35). Sum of RGB (Red+Green+Blue) = 99+23+35=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631723 is #9CE8DC. Grayscale: #2F2F2F. Windows color (decimal): -10283229 or 2299747. OLE color: 2299747.

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

Color convert

RGB992335-
CMYK00.770.650.61
HSL350.53º62.3%23.92%-
HSV(B)350.53º76.77%38.82%-
XYZ5.763.391.94-
YUV47.09121.18165.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=63.06%
G=14.65%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99233500.770.650.61350.5362.323.92
Hex63172304D413D15f3e18
Octal14327430115101755377630
Binary11000111011110001101001101100000111110110101111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631723; }

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

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

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

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

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

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

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

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