Html Css Color HEX #631B35 Claret

📋 copy color: '#631B35'

red 99 ◦ green 27 ◦ blue 53

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

Shades of Claret #631B35

Tints of Claret #631B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 55.31%
G = 15.08%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#631B35 (or 0x631B35) is known color: Claret. HEX triplet: 63, 1B and 35. RGB value is (99,27,53). Sum of RGB (Red+Green+Blue) = 99+27+53=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #631B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B35 is #9CE4CA. Grayscale: #333333. Windows color (decimal): -10282187 or 3480419. OLE color: 3480419.

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

Color convert

RGB 99 27 53 -
CMYK 0 0.73 0.46 0.61
HSL 338.33º 0.57% 0.25% -
HSV(B) 338.33º 0.73% 0.39% -
XYZ 6.18 3.69 3.76 -
YUV 51.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 99 27 53 0 0.73 0.46 0.61 338.33 0.57 0.25
Hex 63 1B 35 0 49 2E 3D 152 39 19
Octal 143 33 65 0 111 56 75 522 71 31
Binary 1100011 11011 110101 0 1001001 101110 111101 101010010 111001 11001

Color Harmonies of #631B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B35

Black with #631B35

Text Example


Text Example

White with #631B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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