Html Css Color HEX #631B2F Claret

📋 copy color: '#631B2F'

red 99 ◦ green 27 ◦ blue 47

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

Shades of Claret #631B2F

Tints of Claret #631B2F

RGB

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

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

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

R = 57.23%
G = 15.61%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#631B2F (or 0x631B2F) is known color: Claret. HEX triplet: 63, 1B and 2F. RGB value is (99,27,47). Sum of RGB (Red+Green+Blue) = 99+27+47=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B2F is #9CE4D0. Grayscale: #323232. Windows color (decimal): -10282193 or 3087203. OLE color: 3087203.

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

Color convert

RGB 99 27 47 -
CMYK 0 0.73 0.53 0.61
HSL 343.33º 0.57% 0.25% -
HSV(B) 343.33º 0.73% 0.39% -
XYZ 6.05 3.64 3.07 -
YUV 50.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 99 27 47 0 0.73 0.53 0.61 343.33 0.57 0.25
Hex 63 1B 2F 0 49 35 3D 157 39 19
Octal 143 33 57 0 111 65 75 527 71 31
Binary 1100011 11011 101111 0 1001001 110101 111101 101010111 111001 11001

Color Harmonies of #631B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B2F

Black with #631B2F

Text Example


Text Example

White with #631B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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