Html Css Color HEX #6A112F Claret

📋 copy color: '#6A112F'

red 106 ◦ green 17 ◦ blue 47

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

Shades of Claret #6A112F

Tints of Claret #6A112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

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

R = 62.35%
G = 10%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6A112F (or 0x6A112F) is known color: Claret. HEX triplet: 6A, 11 and 2F. RGB value is (106,17,47). Sum of RGB (Red+Green+Blue) = 106+17+47=170 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.35% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 106 - color contains mainly: red. Hex color #6A112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A112F is #95EED0. Grayscale: #2F2F2F. Windows color (decimal): -9826001 or 3084650. OLE color: 3084650.

HSL color Cylindrical-coordinate representation of color #6A112F: hue angle of 339.78º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A112F is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 17 47 -
CMYK 0 0.84 0.56 0.58
HSL 339.78º 0.72% 0.24% -
HSV(B) 339.78º 0.84% 0.42% -
XYZ 6.66 3.67 3.05 -
YUV 47.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 106 17 47 0 0.84 0.56 0.58 339.78 0.72 0.24
Hex 6A 11 2F 0 54 38 3A 154 48 18
Octal 152 21 57 0 124 70 72 524 110 30
Binary 1101010 10001 101111 0 1010100 111000 111010 101010100 1001000 11000

Color Harmonies of #6A112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A112F

Black with #6A112F

Text Example


Text Example

White with #6A112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,17,47); }

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

background-color css

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

 a { background-color: rgb(106,17,47); }

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

border-color css

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

 span { border-color: rgb(106,17,47); }

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