Html Css Color HEX #63152F Claret

📋 copy color: '#63152F'

red 99 ◦ green 21 ◦ blue 47

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

Shades of Claret #63152F

Tints of Claret #63152F

RGB

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

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

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

R = 59.28%
G = 12.57%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63152F (or 0x63152F) is known color: Claret. HEX triplet: 63, 15 and 2F. RGB value is (99,21,47). Sum of RGB (Red+Green+Blue) = 99+21+47=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63152F is #9CEAD0. Grayscale: #2F2F2F. Windows color (decimal): -10283729 or 3085667. OLE color: 3085667.

HSL color Cylindrical-coordinate representation of color #63152F: hue angle of 340º 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 #63152F is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 47 -
CMYK 0 0.79 0.53 0.61
HSL 340º 0.65% 0.24% -
HSV(B) 340º 0.79% 0.39% -
XYZ 5.93 3.39 3.03 -
YUV 47.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 99 21 47 0 0.79 0.53 0.61 340 0.65 0.24
Hex 63 15 2F 0 4F 35 3D 154 41 18
Octal 143 25 57 0 117 65 75 524 101 30
Binary 1100011 10101 101111 0 1001111 110101 111101 101010100 1000001 11000

Color Harmonies of #63152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63152F

Black with #63152F

Text Example


Text Example

White with #63152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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