Html Css Color HEX #6B202A Red Berry

📋 copy color: '#6B202A'

red 107 ◦ green 32 ◦ blue 42

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

Shades of Red Berry #6B202A

Tints of Red Berry #6B202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 59.12%
G = 17.68%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B202A (or 0x6B202A) is known color: Red Berry. HEX triplet: 6B, 20 and 2A. RGB value is (107,32,42). Sum of RGB (Red+Green+Blue) = 107+32+42=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B202A is #94DFD5. Grayscale: #373737. Windows color (decimal): -9756630 or 2760811. OLE color: 2760811.

HSL color Cylindrical-coordinate representation of color #6B202A: hue angle of 352º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B202A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 42 -
CMYK 0 0.70 0.61 0.58
HSL 352º 0.54% 0.27% -
HSV(B) 352º 0.7% 0.42% -
XYZ 7 4.33 2.66 -
YUV 55.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 107 32 42 0 0.70 0.61 0.58 352 0.54 0.27
Hex 6B 20 2A 0 46 3D 3A 160 36 1B
Octal 153 40 52 0 106 75 72 540 66 33
Binary 1101011 100000 101010 0 1000110 111101 111010 101100000 110110 11011

Color Harmonies of #6B202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B202A

Black with #6B202A

Text Example


Text Example

White with #6B202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,42); }

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

background-color css

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

 a { background-color: rgb(107,32,42); }

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

border-color css

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

 span { border-color: rgb(107,32,42); }

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