Html Css Color HEX #6D2537 Claret

📋 copy color: '#6D2537'

red 109 ◦ green 37 ◦ blue 55

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

Shades of Claret #6D2537

Tints of Claret #6D2537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 54.23%
G = 18.41%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D2537 (or 0x6D2537) is known color: Claret. HEX triplet: 6D, 25 and 37. RGB value is (109,37,55). Sum of RGB (Red+Green+Blue) = 109+37+55=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2537 is #92DAC8. Grayscale: #3C3C3C. Windows color (decimal): -9624265 or 3614061. OLE color: 3614061.

HSL color Cylindrical-coordinate representation of color #6D2537: hue angle of 345º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2537 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 55 -
CMYK 0 0.66 0.50 0.57
HSL 345º 0.49% 0.29% -
HSV(B) 345º 0.66% 0.43% -
XYZ 7.66 4.85 4.15 -
YUV 60.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 109 37 55 0 0.66 0.50 0.57 345 0.49 0.29
Hex 6D 25 37 0 42 32 39 159 31 1D
Octal 155 45 67 0 102 62 71 531 61 35
Binary 1101101 100101 110111 0 1000010 110010 111001 101011001 110001 11101

Color Harmonies of #6D2537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2537

Black with #6D2537

Text Example


Text Example

White with #6D2537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,55); }

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

background-color css

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

 a { background-color: rgb(109,37,55); }

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

border-color css

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

 span { border-color: rgb(109,37,55); }

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