Html Css Color HEX #6C2128 Red Berry

📋 copy color: '#6C2128'

red 108 ◦ green 33 ◦ blue 40

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

Shades of Red Berry #6C2128

Tints of Red Berry #6C2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 59.67%
G = 18.23%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6C2128 (or 0x6C2128) is known color: Red Berry. HEX triplet: 6C, 21 and 28. RGB value is (108,33,40). Sum of RGB (Red+Green+Blue) = 108+33+40=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2128 is #93DED7. Grayscale: #383838. Windows color (decimal): -9690840 or 2629996. OLE color: 2629996.

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

Color convert

RGB 108 33 40 -
CMYK 0 0.69 0.63 0.58
HSL 354.4º 0.53% 0.28% -
HSV(B) 354.4º 0.69% 0.42% -
XYZ 7.11 4.43 2.49 -
YUV 56.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 108 33 40 0 0.69 0.63 0.58 354.4 0.53 0.28
Hex 6C 21 28 0 45 3F 3A 162 35 1C
Octal 154 41 50 0 105 77 72 542 65 34
Binary 1101100 100001 101000 0 1000101 111111 111010 101100010 110101 11100

Color Harmonies of #6C2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2128

Black with #6C2128

Text Example


Text Example

White with #6C2128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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