#632230

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

Shades of Claret #632230

Tints of Claret #632230

Color information

#632230 (or 0x632230) is unknown color: approx Claret. HEX triplet: 63, 22 and 30. RGB value is (99,34,48). Sum of RGB (Red+Green+Blue) = 99+34+48=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #632230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632230 is #9CDDCF. Grayscale: #373737. Windows color (decimal): -10280400 or 3154531. OLE color: 3154531.

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

Color convert

RGB993448-
CMYK00.660.520.61
HSL347.08º48.87%26.08%-
HSV(B)347.08º65.66%38.82%-
XYZ6.254.013.24-
YUV55.03124.03159.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=54.70%
G=18.78%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99344800.660.520.61347.0848.8726.08
Hex632230042343D15b311a
Octal1434260010264755336132
Binary11000111000101100000100001011010011110110101101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632230; }

 p { color: rgb(99,34,48); }

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

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

 a { background-color: rgb(99,34,48); }

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

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

 span { border-color: rgb(99,34,48); }

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