Html Css Color HEX #6C1E21 Red Berry

📋 copy color: '#6C1E21'

red 108 ◦ green 30 ◦ blue 33

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

Shades of Red Berry #6C1E21

Tints of Red Berry #6C1E21

RGB

 RED value IS 108 (42.58% from 255) = 63.16%

 GREEN value IS 30 (12.11% from 255) = 17.54%

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 63.16%
G = 17.54%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C1E21 (or 0x6C1E21) is known color: Red Berry. HEX triplet: 6C, 1E and 21. RGB value is (108,30,33). Sum of RGB (Red+Green+Blue) = 108+30+33=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E21 is #93E1DE. Grayscale: #353535. Windows color (decimal): -9691615 or 2170476. OLE color: 2170476.

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

Color convert

RGB 108 30 33 -
CMYK 0 0.72 0.69 0.58
HSL 357.69º 0.57% 0.27% -
HSV(B) 357.69º 0.72% 0.42% -
XYZ 6.92 4.23 1.89 -
YUV 53.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 108 30 33 0 0.72 0.69 0.58 357.69 0.57 0.27
Hex 6C 1E 21 0 48 45 3A 166 39 1B
Octal 154 36 41 0 110 105 72 546 71 33
Binary 1101100 11110 100001 0 1001000 1000101 111010 101100110 111001 11011

Color Harmonies of #6C1E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E21

Black with #6C1E21

Text Example


Text Example

White with #6C1E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,30,33); }

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

background-color css

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

 a { background-color: rgb(108,30,33); }

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

border-color css

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

 span { border-color: rgb(108,30,33); }

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