Html Css Color HEX #621D30 Claret

📋 copy color: '#621D30'

red 98 ◦ green 29 ◦ blue 48

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

Shades of Claret #621D30

Tints of Claret #621D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 56%
G = 16.57%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#621D30 (or 0x621D30) is known color: Claret. HEX triplet: 62, 1D and 30. RGB value is (98,29,48). Sum of RGB (Red+Green+Blue) = 98+29+48=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D30 is #9DE2CF. Grayscale: #333333. Windows color (decimal): -10347216 or 3153250. OLE color: 3153250.

HSL color Cylindrical-coordinate representation of color #621D30: hue angle of 343.48º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D30 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 48 -
CMYK 0 0.70 0.51 0.62
HSL 343.48º 0.54% 0.25% -
HSV(B) 343.48º 0.7% 0.38% -
XYZ 6.01 3.69 3.19 -
YUV 51.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 98 29 48 0 0.70 0.51 0.62 343.48 0.54 0.25
Hex 62 1D 30 0 46 33 3E 157 36 19
Octal 142 35 60 0 106 63 76 527 66 31
Binary 1100010 11101 110000 0 1000110 110011 111110 101010111 110110 11001

Color Harmonies of #621D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D30

Black with #621D30

Text Example


Text Example

White with #621D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,48); }

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

background-color css

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

 a { background-color: rgb(98,29,48); }

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

border-color css

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

 span { border-color: rgb(98,29,48); }

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