Html Css Color HEX #6D1530 Claret

📋 copy color: '#6D1530'

red 109 ◦ green 21 ◦ blue 48

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

Shades of Claret #6D1530

Tints of Claret #6D1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 61.24%
G = 11.8%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6D1530 (or 0x6D1530) is known color: Claret. HEX triplet: 6D, 15 and 30. RGB value is (109,21,48). Sum of RGB (Red+Green+Blue) = 109+21+48=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1530 is #92EACF. Grayscale: #323232. Windows color (decimal): -9628368 or 3151213. OLE color: 3151213.

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

Color convert

RGB 109 21 48 -
CMYK 0 0.81 0.56 0.57
HSL 341.59º 0.68% 0.25% -
HSV(B) 341.59º 0.81% 0.43% -
XYZ 7.11 4 3.19 -
YUV 50.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 109 21 48 0 0.81 0.56 0.57 341.59 0.68 0.25
Hex 6D 15 30 0 51 38 39 156 44 19
Octal 155 25 60 0 121 70 71 526 104 31
Binary 1101101 10101 110000 0 1010001 111000 111001 101010110 1000100 11001

Color Harmonies of #6D1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1530

Black with #6D1530

Text Example


Text Example

White with #6D1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,48); }

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

background-color css

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

 a { background-color: rgb(109,21,48); }

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

border-color css

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

 span { border-color: rgb(109,21,48); }

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