Html Css Color HEX #63132F Claret

📋 copy color: '#63132F'

red 99 ◦ green 19 ◦ blue 47

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

Shades of Claret #63132F

Tints of Claret #63132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 60%
G = 11.52%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63132F (or 0x63132F) is known color: Claret. HEX triplet: 63, 13 and 2F. RGB value is (99,19,47). Sum of RGB (Red+Green+Blue) = 99+19+47=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63132F is #9CECD0. Grayscale: #2E2E2E. Windows color (decimal): -10284241 or 3085155. OLE color: 3085155.

HSL color Cylindrical-coordinate representation of color #63132F: hue angle of 339º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63132F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 47 -
CMYK 0 0.81 0.53 0.61
HSL 339º 0.68% 0.23% -
HSV(B) 339º 0.81% 0.39% -
XYZ 5.89 3.32 3.02 -
YUV 46.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 99 19 47 0 0.81 0.53 0.61 339 0.68 0.23
Hex 63 13 2F 0 51 35 3D 153 44 17
Octal 143 23 57 0 121 65 75 523 104 27
Binary 1100011 10011 101111 0 1010001 110101 111101 101010011 1000100 10111

Color Harmonies of #63132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63132F

Black with #63132F

Text Example


Text Example

White with #63132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63132F; }

 p { color: rgb(99,19,47); }

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

background-color css

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

 a { background-color: rgb(99,19,47); }

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

border-color css

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

 span { border-color: rgb(99,19,47); }

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