Html Css Color HEX #621A2F Claret

📋 copy color: '#621A2F'

red 98 ◦ green 26 ◦ blue 47

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

Shades of Claret #621A2F

Tints of Claret #621A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.2%

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

R = 57.31%
G = 15.2%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#621A2F (or 0x621A2F) is known color: Claret. HEX triplet: 62, 1A and 2F. RGB value is (98,26,47). Sum of RGB (Red+Green+Blue) = 98+26+47=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2F is #9DE5D0. Grayscale: #313131. Windows color (decimal): -10347985 or 3086946. OLE color: 3086946.

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

Color convert

RGB 98 26 47 -
CMYK 0 0.73 0.52 0.62
HSL 342.5º 0.58% 0.24% -
HSV(B) 342.5º 0.73% 0.38% -
XYZ 5.92 3.54 3.06 -
YUV 49.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 98 26 47 0 0.73 0.52 0.62 342.5 0.58 0.24
Hex 62 1A 2F 0 49 34 3E 156 3A 18
Octal 142 32 57 0 111 64 76 526 72 30
Binary 1100010 11010 101111 0 1001001 110100 111110 101010110 111010 11000

Color Harmonies of #621A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A2F

Black with #621A2F

Text Example


Text Example

White with #621A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,26,47); }

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

background-color css

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

 a { background-color: rgb(98,26,47); }

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

border-color css

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

 span { border-color: rgb(98,26,47); }

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