Html Css Color HEX #621730 Claret

📋 copy color: '#621730'

red 98 ◦ green 23 ◦ blue 48

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

Shades of Claret #621730

Tints of Claret #621730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

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

R = 57.99%
G = 13.61%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#621730 (or 0x621730) is known color: Claret. HEX triplet: 62, 17 and 30. RGB value is (98,23,48). Sum of RGB (Red+Green+Blue) = 98+23+48=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621730 is #9DE8CF. Grayscale: #303030. Windows color (decimal): -10348752 or 3151714. OLE color: 3151714.

HSL color Cylindrical-coordinate representation of color #621730: hue angle of 340º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621730 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 23 48 -
CMYK 0 0.77 0.51 0.62
HSL 340º 0.62% 0.24% -
HSV(B) 340º 0.77% 0.38% -
XYZ 5.88 3.42 3.15 -
YUV 48.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 98 23 48 0 0.77 0.51 0.62 340 0.62 0.24
Hex 62 17 30 0 4D 33 3E 154 3E 18
Octal 142 27 60 0 115 63 76 524 76 30
Binary 1100010 10111 110000 0 1001101 110011 111110 101010100 111110 11000

Color Harmonies of #621730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621730

Black with #621730

Text Example


Text Example

White with #621730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621730; }

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

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

background-color css

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

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

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

border-color css

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

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

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