Html Css Color HEX #6D0F32 Claret

📋 copy color: '#6D0F32'

red 109 ◦ green 15 ◦ blue 50

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

Shades of Claret #6D0F32

Tints of Claret #6D0F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

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

R = 62.64%
G = 8.62%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6D0F32 (or 0x6D0F32) is known color: Claret. HEX triplet: 6D, 0F and 32. RGB value is (109,15,50). Sum of RGB (Red+Green+Blue) = 109+15+50=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F32 is #92F0CD. Grayscale: #2F2F2F. Windows color (decimal): -9629902 or 3280749. OLE color: 3280749.

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

Color convert

RGB 109 15 50 -
CMYK 0 0.86 0.54 0.57
HSL 337.66º 0.76% 0.24% -
HSV(B) 337.66º 0.86% 0.43% -
XYZ 7.05 3.82 3.38 -
YUV 47.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 109 15 50 0 0.86 0.54 0.57 337.66 0.76 0.24
Hex 6D F 32 0 56 36 39 152 4C 18
Octal 155 17 62 0 126 66 71 522 114 30
Binary 1101101 1111 110010 0 1010110 110110 111001 101010010 1001100 11000

Color Harmonies of #6D0F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F32

Black with #6D0F32

Text Example


Text Example

White with #6D0F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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