Html Css Color HEX #631B32 Claret

📋 copy color: '#631B32'

red 99 ◦ green 27 ◦ blue 50

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

Shades of Claret #631B32

Tints of Claret #631B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.34%

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

R = 56.25%
G = 15.34%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#631B32 (or 0x631B32) is known color: Claret. HEX triplet: 63, 1B and 32. RGB value is (99,27,50). Sum of RGB (Red+Green+Blue) = 99+27+50=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #631B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B32 is #9CE4CD. Grayscale: #333333. Windows color (decimal): -10282190 or 3283811. OLE color: 3283811.

HSL color Cylindrical-coordinate representation of color #631B32: hue angle of 340.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B32 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 27 50 -
CMYK 0 0.73 0.49 0.61
HSL 340.83º 0.57% 0.25% -
HSV(B) 340.83º 0.73% 0.39% -
XYZ 6.11 3.67 3.4 -
YUV 51.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 99 27 50 0 0.73 0.49 0.61 340.83 0.57 0.25
Hex 63 1B 32 0 49 31 3D 155 39 19
Octal 143 33 62 0 111 61 75 525 71 31
Binary 1100011 11011 110010 0 1001001 110001 111101 101010101 111001 11001

Color Harmonies of #631B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B32

Black with #631B32

Text Example


Text Example

White with #631B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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