Html Css Color HEX #631630 Claret

📋 copy color: '#631630'

red 99 ◦ green 22 ◦ blue 48

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

Shades of Claret #631630

Tints of Claret #631630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 58.58%
G = 13.02%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#631630 (or 0x631630) is known color: Claret. HEX triplet: 63, 16 and 30. RGB value is (99,22,48). Sum of RGB (Red+Green+Blue) = 99+22+48=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #631630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631630 is #9CE9CF. Grayscale: #2F2F2F. Windows color (decimal): -10283472 or 3151459. OLE color: 3151459.

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

Color convert

RGB 99 22 48 -
CMYK 0 0.78 0.52 0.61
HSL 339.74º 0.64% 0.24% -
HSV(B) 339.74º 0.78% 0.39% -
XYZ 5.97 3.44 3.15 -
YUV 47.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 99 22 48 0 0.78 0.52 0.61 339.74 0.64 0.24
Hex 63 16 30 0 4E 34 3D 154 40 18
Octal 143 26 60 0 116 64 75 524 100 30
Binary 1100011 10110 110000 0 1001110 110100 111101 101010100 1000000 11000

Color Harmonies of #631630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631630

Black with #631630

Text Example


Text Example

White with #631630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631630; }

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

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

background-color css

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

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

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

border-color css

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

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

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