Html Css Color HEX #631E32 Claret

📋 copy color: '#631E32'

red 99 ◦ green 30 ◦ blue 50

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

Shades of Claret #631E32

Tints of Claret #631E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.93%

R = 55.31%
G = 16.76%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#631E32 (or 0x631E32) is known color: Claret. HEX triplet: 63, 1E and 32. RGB value is (99,30,50). Sum of RGB (Red+Green+Blue) = 99+30+50=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #631E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E32 is #9CE1CD. Grayscale: #343434. Windows color (decimal): -10281422 or 3284579. OLE color: 3284579.

HSL color Cylindrical-coordinate representation of color #631E32: hue angle of 342.61º 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 #631E32 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 50 -
CMYK 0 0.70 0.49 0.61
HSL 342.61º 0.53% 0.25% -
HSV(B) 342.61º 0.7% 0.39% -
XYZ 6.19 3.81 3.43 -
YUV 52.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 99 30 50 0 0.70 0.49 0.61 342.61 0.53 0.25
Hex 63 1E 32 0 46 31 3D 157 35 19
Octal 143 36 62 0 106 61 75 527 65 31
Binary 1100011 11110 110010 0 1000110 110001 111101 101010111 110101 11001

Color Harmonies of #631E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E32

Black with #631E32

Text Example


Text Example

White with #631E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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