Html Css Color HEX #6D1B38 Claret

📋 copy color: '#6D1B38'

red 109 ◦ green 27 ◦ blue 56

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

Shades of Claret #6D1B38

Tints of Claret #6D1B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 56.77%
G = 14.06%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D1B38 (or 0x6D1B38) is known color: Claret. HEX triplet: 6D, 1B and 38. RGB value is (109,27,56). Sum of RGB (Red+Green+Blue) = 109+27+56=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B38 is #92E4C7. Grayscale: #363636. Windows color (decimal): -9626824 or 3677037. OLE color: 3677037.

HSL color Cylindrical-coordinate representation of color #6D1B38: hue angle of 338.78º 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 #6D1B38 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 27 56 -
CMYK 0 0.75 0.49 0.57
HSL 338.78º 0.6% 0.27% -
HSV(B) 338.78º 0.75% 0.43% -
XYZ 7.41 4.32 4.18 -
YUV 54.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 109 27 56 0 0.75 0.49 0.57 338.78 0.6 0.27
Hex 6D 1B 38 0 4B 31 39 153 3C 1B
Octal 155 33 70 0 113 61 71 523 74 33
Binary 1101101 11011 111000 0 1001011 110001 111001 101010011 111100 11011

Color Harmonies of #6D1B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B38

Black with #6D1B38

Text Example


Text Example

White with #6D1B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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