Html Css Color HEX #631530 Claret

📋 copy color: '#631530'

red 99 ◦ green 21 ◦ blue 48

#631530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #631530

Tints of Claret #631530

RGB

 RED value IS 99 (39.06% from 255) = 58.93%

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 58.93%
G = 12.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#631530 (or 0x631530) is known color: Claret. HEX triplet: 63, 15 and 30. RGB value is (99,21,48). Sum of RGB (Red+Green+Blue) = 99+21+48=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #631530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631530 is #9CEACF. Grayscale: #2F2F2F. Windows color (decimal): -10283728 or 3151203. OLE color: 3151203.

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

Color convert

RGB 99 21 48 -
CMYK 0 0.79 0.52 0.61
HSL 339.23º 0.65% 0.24% -
HSV(B) 339.23º 0.79% 0.39% -
XYZ 5.95 3.4 3.14 -
YUV 47.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 99 21 48 0 0.79 0.52 0.61 339.23 0.65 0.24
Hex 63 15 30 0 4F 34 3D 153 41 18
Octal 143 25 60 0 117 64 75 523 101 30
Binary 1100011 10101 110000 0 1001111 110100 111101 101010011 1000001 11000

Color Harmonies of #631530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631530

Black with #631530

Text Example


Text Example

White with #631530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631530; }

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

 H1.HeaderClassName
 {
   color: #631530;
 }
 .AnyTagClassName
 {
   color: #631530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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