Html Css Color HEX #631E34 Claret

📋 copy color: '#631E34'

red 99 ◦ green 30 ◦ blue 52

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

Shades of Claret #631E34

Tints of Claret #631E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 54.7%
G = 16.57%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#631E34 (or 0x631E34) is known color: Claret. HEX triplet: 63, 1E and 34. RGB value is (99,30,52). Sum of RGB (Red+Green+Blue) = 99+30+52=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #631E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E34 is #9CE1CB. Grayscale: #353535. Windows color (decimal): -10281420 or 3415651. OLE color: 3415651.

HSL color Cylindrical-coordinate representation of color #631E34: hue angle of 340.87º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E34 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 52 -
CMYK 0 0.70 0.47 0.61
HSL 340.87º 0.53% 0.25% -
HSV(B) 340.87º 0.7% 0.39% -
XYZ 6.23 3.83 3.66 -
YUV 53.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 99 30 52 0 0.70 0.47 0.61 340.87 0.53 0.25
Hex 63 1E 34 0 46 2F 3D 155 35 19
Octal 143 36 64 0 106 57 75 525 65 31
Binary 1100011 11110 110100 0 1000110 101111 111101 101010101 110101 11001

Color Harmonies of #631E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E34

Black with #631E34

Text Example


Text Example

White with #631E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E34; }

 p { color: rgb(99,30,52); }

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

background-color css

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

 a { background-color: rgb(99,30,52); }

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

border-color css

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

 span { border-color: rgb(99,30,52); }

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