Html Css Color HEX #6A2135 Claret

📋 copy color: '#6A2135'

red 106 ◦ green 33 ◦ blue 53

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

Shades of Claret #6A2135

Tints of Claret #6A2135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 55.21%
G = 17.19%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#6A2135 (or 0x6A2135) is known color: Claret. HEX triplet: 6A, 21 and 35. RGB value is (106,33,53). Sum of RGB (Red+Green+Blue) = 106+33+53=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2135 is #95DECA. Grayscale: #393939. Windows color (decimal): -9821899 or 3481962. OLE color: 3481962.

HSL color Cylindrical-coordinate representation of color #6A2135: hue angle of 343.56º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2135 is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 33 53 -
CMYK 0 0.69 0.5 0.58
HSL 343.56º 0.53% 0.27% -
HSV(B) 343.56º 0.69% 0.42% -
XYZ 7.13 4.41 3.84 -
YUV 57.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 106 33 53 0 0.69 0.5 0.58 343.56 0.53 0.27
Hex 6A 21 35 0 45 32 3A 158 35 1B
Octal 152 41 65 0 105 62 72 530 65 33
Binary 1101010 100001 110101 0 1000101 110010 111010 101011000 110101 11011

Color Harmonies of #6A2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2135

Black with #6A2135

Text Example


Text Example

White with #6A2135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,33,53); }

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

background-color css

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

 a { background-color: rgb(106,33,53); }

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

border-color css

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

 span { border-color: rgb(106,33,53); }

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