#632328

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

Shades of Pohutukawa #632328

Tints of Pohutukawa #632328

Color information

#632328 (or 0x632328) is unknown color: approx Pohutukawa. HEX triplet: 63, 23 and 28. RGB value is (99,35,40). Sum of RGB (Red+Green+Blue) = 99+35+40=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #632328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632328 is #9CDCD7. Grayscale: #363636. Windows color (decimal): -10280152 or 2630499. OLE color: 2630499.

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

Color convert

RGB993540-
CMYK00.650.600.61
HSL355.31º47.76%26.27%-
HSV(B)355.31º64.65%38.82%-
XYZ6.134.012.46-
YUV54.71119.7159.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=56.90%
G=20.11%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99354000.650.600.61355.3147.7626.27
Hex6323280413C3D163301a
Octal1434350010174755436032
Binary11000111000111010000100000111110011110110110001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632328; }

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

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

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

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

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

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

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

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