Html Css Color HEX #621B31 Claret

📋 copy color: '#621B31'

red 98 ◦ green 27 ◦ blue 49

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

Shades of Claret #621B31

Tints of Claret #621B31

RGB

 RED value IS 98 (38.67% from 255) = 56.32%

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

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 56.32%
G = 15.52%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#621B31 (or 0x621B31) is known color: Claret. HEX triplet: 62, 1B and 31. RGB value is (98,27,49). Sum of RGB (Red+Green+Blue) = 98+27+49=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #621B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B31 is #9DE4CE. Grayscale: #323232. Windows color (decimal): -10347727 or 3218274. OLE color: 3218274.

HSL color Cylindrical-coordinate representation of color #621B31: hue angle of 341.41º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B31 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 27 49 -
CMYK 0 0.72 0.5 0.62
HSL 341.41º 0.57% 0.25% -
HSV(B) 341.41º 0.72% 0.38% -
XYZ 5.98 3.6 3.29 -
YUV 50.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 98 27 49 0 0.72 0.5 0.62 341.41 0.57 0.25
Hex 62 1B 31 0 48 32 3E 155 39 19
Octal 142 33 61 0 110 62 76 525 71 31
Binary 1100010 11011 110001 0 1001000 110010 111110 101010101 111001 11001

Color Harmonies of #621B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B31

Black with #621B31

Text Example


Text Example

White with #621B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621B31; }

 p { color: rgb(98,27,49); }

 H1.HeaderClassName
 {
   color: #621B31;
 }
 .AnyTagClassName
 {
   color: #621B31;
 }
</style>

background-color css

<style>
 a { background-color: #621B31; }

 a { background-color: rgb(98,27,49); }

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

border-color css

<style>
 span { border-color: #621B31; }

 span { border-color: rgb(98,27,49); }

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