Html Css Color HEX #6D1F35 Claret

📋 copy color: '#6D1F35'

red 109 ◦ green 31 ◦ blue 53

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

Shades of Claret #6D1F35

Tints of Claret #6D1F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

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

R = 56.48%
G = 16.06%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D1F35 (or 0x6D1F35) is known color: Claret. HEX triplet: 6D, 1F and 35. RGB value is (109,31,53). Sum of RGB (Red+Green+Blue) = 109+31+53=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F35 is #92E0CA. Grayscale: #383838. Windows color (decimal): -9625803 or 3481453. OLE color: 3481453.

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

Color convert

RGB 109 31 53 -
CMYK 0 0.72 0.51 0.57
HSL 343.08º 0.56% 0.27% -
HSV(B) 343.08º 0.72% 0.43% -
XYZ 7.44 4.49 3.84 -
YUV 56.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 109 31 53 0 0.72 0.51 0.57 343.08 0.56 0.27
Hex 6D 1F 35 0 48 33 39 157 38 1B
Octal 155 37 65 0 110 63 71 527 70 33
Binary 1101101 11111 110101 0 1001000 110011 111001 101010111 111000 11011

Color Harmonies of #6D1F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F35

Black with #6D1F35

Text Example


Text Example

White with #6D1F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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