Html Css Color HEX #6A2030 Claret

📋 copy color: '#6A2030'

red 106 ◦ green 32 ◦ blue 48

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

Shades of Claret #6A2030

Tints of Claret #6A2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 56.99%
G = 17.2%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6A2030 (or 0x6A2030) is known color: Claret. HEX triplet: 6A, 20 and 30. RGB value is (106,32,48). Sum of RGB (Red+Green+Blue) = 106+32+48=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2030 is #95DFCF. Grayscale: #373737. Windows color (decimal): -9822160 or 3154026. OLE color: 3154026.

HSL color Cylindrical-coordinate representation of color #6A2030: hue angle of 347.03º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2030 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 32 48 -
CMYK 0 0.70 0.55 0.58
HSL 347.03º 0.54% 0.27% -
HSV(B) 347.03º 0.7% 0.42% -
XYZ 6.99 4.31 3.26 -
YUV 55.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 106 32 48 0 0.70 0.55 0.58 347.03 0.54 0.27
Hex 6A 20 30 0 46 37 3A 15B 36 1B
Octal 152 40 60 0 106 67 72 533 66 33
Binary 1101010 100000 110000 0 1000110 110111 111010 101011011 110110 11011

Color Harmonies of #6A2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2030

Black with #6A2030

Text Example


Text Example

White with #6A2030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,32,48); }

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

background-color css

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

 a { background-color: rgb(106,32,48); }

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

border-color css

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

 span { border-color: rgb(106,32,48); }

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