Html Css Color HEX #6A1734 Claret

📋 copy color: '#6A1734'

red 106 ◦ green 23 ◦ blue 52

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

Shades of Claret #6A1734

Tints of Claret #6A1734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 58.56%
G = 12.71%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6A1734 (or 0x6A1734) is known color: Claret. HEX triplet: 6A, 17 and 34. RGB value is (106,23,52). Sum of RGB (Red+Green+Blue) = 106+23+52=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1734 is #95E8CB. Grayscale: #333333. Windows color (decimal): -9824460 or 3413866. OLE color: 3413866.

HSL color Cylindrical-coordinate representation of color #6A1734: hue angle of 339.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1734 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 23 52 -
CMYK 0 0.78 0.51 0.58
HSL 339.04º 0.64% 0.25% -
HSV(B) 339.04º 0.78% 0.42% -
XYZ 6.87 3.92 3.64 -
YUV 51.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 106 23 52 0 0.78 0.51 0.58 339.04 0.64 0.25
Hex 6A 17 34 0 4E 33 3A 153 40 19
Octal 152 27 64 0 116 63 72 523 100 31
Binary 1101010 10111 110100 0 1001110 110011 111010 101010011 1000000 11001

Color Harmonies of #6A1734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1734

Black with #6A1734

Text Example


Text Example

White with #6A1734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,52); }

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

background-color css

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

 a { background-color: rgb(106,23,52); }

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

border-color css

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

 span { border-color: rgb(106,23,52); }

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