Html Css Color HEX #6D1B35 Claret

📋 copy color: '#6D1B35'

red 109 ◦ green 27 ◦ blue 53

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

Shades of Claret #6D1B35

Tints of Claret #6D1B35

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

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

R = 57.67%
G = 14.29%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D1B35 (or 0x6D1B35) is known color: Claret. HEX triplet: 6D, 1B and 35. RGB value is (109,27,53). Sum of RGB (Red+Green+Blue) = 109+27+53=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B35 is #92E4CA. Grayscale: #363636. Windows color (decimal): -9626827 or 3480429. OLE color: 3480429.

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

Color convert

RGB 109 27 53 -
CMYK 0 0.75 0.51 0.57
HSL 340.98º 0.6% 0.27% -
HSV(B) 340.98º 0.75% 0.43% -
XYZ 7.34 4.29 3.81 -
YUV 54.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 109 27 53 0 0.75 0.51 0.57 340.98 0.6 0.27
Hex 6D 1B 35 0 4B 33 39 155 3C 1B
Octal 155 33 65 0 113 63 71 525 74 33
Binary 1101101 11011 110101 0 1001011 110011 111001 101010101 111100 11011

Color Harmonies of #6D1B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B35

Black with #6D1B35

Text Example


Text Example

White with #6D1B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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