Html Css Color HEX #621B32 Claret

📋 copy color: '#621B32'

red 98 ◦ green 27 ◦ blue 50

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

Shades of Claret #621B32

Tints of Claret #621B32

RGB

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

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

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

R = 56%
G = 15.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#621B32 (or 0x621B32) is known color: Claret. HEX triplet: 62, 1B and 32. RGB value is (98,27,50). Sum of RGB (Red+Green+Blue) = 98+27+50=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B32 is #9DE4CD. Grayscale: #323232. Windows color (decimal): -10347726 or 3283810. OLE color: 3283810.

HSL color Cylindrical-coordinate representation of color #621B32: hue angle of 340.56º 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 #621B32 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 27 50 -
CMYK 0 0.72 0.49 0.62
HSL 340.56º 0.57% 0.25% -
HSV(B) 340.56º 0.72% 0.38% -
XYZ 6 3.61 3.4 -
YUV 50.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 98 27 50 0 0.72 0.49 0.62 340.56 0.57 0.25
Hex 62 1B 32 0 48 31 3E 155 39 19
Octal 142 33 62 0 110 61 76 525 71 31
Binary 1100010 11011 110010 0 1001000 110001 111110 101010101 111001 11001

Color Harmonies of #621B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B32

Black with #621B32

Text Example


Text Example

White with #621B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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