Html Css Color HEX #6B2122 Red Berry

📋 copy color: '#6B2122'

red 107 ◦ green 33 ◦ blue 34

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

Shades of Red Berry #6B2122

Tints of Red Berry #6B2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 61.49%
G = 18.97%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B2122 (or 0x6B2122) is known color: Red Berry. HEX triplet: 6B, 21 and 22. RGB value is (107,33,34). Sum of RGB (Red+Green+Blue) = 107+33+34=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2122 is #94DEDD. Grayscale: #373737. Windows color (decimal): -9756382 or 2236779. OLE color: 2236779.

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

Color convert

RGB 107 33 34 -
CMYK 0 0.69 0.68 0.58
HSL 359.19º 0.53% 0.27% -
HSV(B) 359.19º 0.69% 0.42% -
XYZ 6.9 4.33 1.99 -
YUV 55.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 107 33 34 0 0.69 0.68 0.58 359.19 0.53 0.27
Hex 6B 21 22 0 45 44 3A 167 35 1B
Octal 153 41 42 0 105 104 72 547 65 33
Binary 1101011 100001 100010 0 1000101 1000100 111010 101100111 110101 11011

Color Harmonies of #6B2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2122

Black with #6B2122

Text Example


Text Example

White with #6B2122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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