Html Css Color HEX #6D2335 Claret

📋 copy color: '#6D2335'

red 109 ◦ green 35 ◦ blue 53

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

Shades of Claret #6D2335

Tints of Claret #6D2335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 55.33%
G = 17.77%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D2335 (or 0x6D2335) is known color: Claret. HEX triplet: 6D, 23 and 35. RGB value is (109,35,53). Sum of RGB (Red+Green+Blue) = 109+35+53=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2335 is #92DCCA. Grayscale: #3B3B3B. Windows color (decimal): -9624779 or 3482477. OLE color: 3482477.

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

Color convert

RGB 109 35 53 -
CMYK 0 0.68 0.51 0.57
HSL 345.41º 0.51% 0.28% -
HSV(B) 345.41º 0.68% 0.43% -
XYZ 7.55 4.71 3.88 -
YUV 59.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 109 35 53 0 0.68 0.51 0.57 345.41 0.51 0.28
Hex 6D 23 35 0 44 33 39 159 33 1C
Octal 155 43 65 0 104 63 71 531 63 34
Binary 1101101 100011 110101 0 1000100 110011 111001 101011001 110011 11100

Color Harmonies of #6D2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2335

Black with #6D2335

Text Example


Text Example

White with #6D2335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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