Html Css Color HEX #6D2135 Claret

📋 copy color: '#6D2135'

red 109 ◦ green 33 ◦ blue 53

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

Shades of Claret #6D2135

Tints of Claret #6D2135

RGB

 RED value IS 109 (42.97% from 255) = 55.9%

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

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

R = 55.9%
G = 16.92%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D2135 (or 0x6D2135) is known color: Claret. HEX triplet: 6D, 21 and 35. RGB value is (109,33,53). Sum of RGB (Red+Green+Blue) = 109+33+53=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2135 is #92DECA. Grayscale: #393939. Windows color (decimal): -9625291 or 3481965. OLE color: 3481965.

HSL color Cylindrical-coordinate representation of color #6D2135: hue angle of 344.21º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2135 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 53 -
CMYK 0 0.70 0.51 0.57
HSL 344.21º 0.54% 0.28% -
HSV(B) 344.21º 0.7% 0.43% -
XYZ 7.49 4.6 3.86 -
YUV 58 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 109 33 53 0 0.70 0.51 0.57 344.21 0.54 0.28
Hex 6D 21 35 0 46 33 39 158 36 1C
Octal 155 41 65 0 106 63 71 530 66 34
Binary 1101101 100001 110101 0 1000110 110011 111001 101011000 110110 11100

Color Harmonies of #6D2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2135

Black with #6D2135

Text Example


Text Example

White with #6D2135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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