Html Css Color HEX #6A1931 Claret

📋 copy color: '#6A1931'

red 106 ◦ green 25 ◦ blue 49

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

Shades of Claret #6A1931

Tints of Claret #6A1931

RGB

 RED value IS 106 (41.8% from 255) = 58.89%

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 58.89%
G = 13.89%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6A1931 (or 0x6A1931) is known color: Claret. HEX triplet: 6A, 19 and 31. RGB value is (106,25,49). Sum of RGB (Red+Green+Blue) = 106+25+49=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1931 is #95E6CE. Grayscale: #333333. Windows color (decimal): -9823951 or 3217770. OLE color: 3217770.

HSL color Cylindrical-coordinate representation of color #6A1931: hue angle of 342.22º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A1931 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 25 49 -
CMYK 0 0.76 0.54 0.58
HSL 342.22º 0.62% 0.26% -
HSV(B) 342.22º 0.76% 0.42% -
XYZ 6.85 3.98 3.31 -
YUV 51.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 106 25 49 0 0.76 0.54 0.58 342.22 0.62 0.26
Hex 6A 19 31 0 4C 36 3A 156 3E 1A
Octal 152 31 61 0 114 66 72 526 76 32
Binary 1101010 11001 110001 0 1001100 110110 111010 101010110 111110 11010

Color Harmonies of #6A1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1931

Black with #6A1931

Text Example


Text Example

White with #6A1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A1931; }

 p { color: rgb(106,25,49); }

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

background-color css

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

 a { background-color: rgb(106,25,49); }

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

border-color css

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

 span { border-color: rgb(106,25,49); }

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