Html Css Color HEX #6D1832 Claret

📋 copy color: '#6D1832'

red 109 ◦ green 24 ◦ blue 50

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

Shades of Claret #6D1832

Tints of Claret #6D1832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 59.56%
G = 13.11%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6D1832 (or 0x6D1832) is known color: Claret. HEX triplet: 6D, 18 and 32. RGB value is (109,24,50). Sum of RGB (Red+Green+Blue) = 109+24+50=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1832 is #92E7CD. Grayscale: #343434. Windows color (decimal): -9627598 or 3283053. OLE color: 3283053.

HSL color Cylindrical-coordinate representation of color #6D1832: hue angle of 341.65º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1832 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 24 50 -
CMYK 0 0.78 0.54 0.57
HSL 341.65º 0.64% 0.26% -
HSV(B) 341.65º 0.78% 0.43% -
XYZ 7.21 4.13 3.44 -
YUV 52.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 109 24 50 0 0.78 0.54 0.57 341.65 0.64 0.26
Hex 6D 18 32 0 4E 36 39 156 40 1A
Octal 155 30 62 0 116 66 71 526 100 32
Binary 1101101 11000 110010 0 1001110 110110 111001 101010110 1000000 11010

Color Harmonies of #6D1832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1832

Black with #6D1832

Text Example


Text Example

White with #6D1832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,24,50); }

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

background-color css

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

 a { background-color: rgb(109,24,50); }

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

border-color css

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

 span { border-color: rgb(109,24,50); }

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