Html Css Color HEX #6B1D21 Red Berry

📋 copy color: '#6B1D21'

red 107 ◦ green 29 ◦ blue 33

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

Shades of Red Berry #6B1D21

Tints of Red Berry #6B1D21

RGB

 RED value IS 107 (42.19% from 255) = 63.31%

 GREEN value IS 29 (11.72% from 255) = 17.16%

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

R = 63.31%
G = 17.16%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6B1D21 (or 0x6B1D21) is known color: Red Berry. HEX triplet: 6B, 1D and 21. RGB value is (107,29,33). Sum of RGB (Red+Green+Blue) = 107+29+33=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D21 is #94E2DE. Grayscale: #343434. Windows color (decimal): -9757407 or 2170219. OLE color: 2170219.

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

Color convert

RGB 107 29 33 -
CMYK 0 0.73 0.69 0.58
HSL 356.92º 0.57% 0.27% -
HSV(B) 356.92º 0.73% 0.42% -
XYZ 6.78 4.11 1.88 -
YUV 52.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 107 29 33 0 0.73 0.69 0.58 356.92 0.57 0.27
Hex 6B 1D 21 0 49 45 3A 165 39 1B
Octal 153 35 41 0 111 105 72 545 71 33
Binary 1101011 11101 100001 0 1001001 1000101 111010 101100101 111001 11011

Color Harmonies of #6B1D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D21

Black with #6B1D21

Text Example


Text Example

White with #6B1D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,29,33); }

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

background-color css

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

 a { background-color: rgb(107,29,33); }

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

border-color css

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

 span { border-color: rgb(107,29,33); }

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