Html Css Color HEX #76202C Red Berry

📋 copy color: '#76202C'

red 118 ◦ green 32 ◦ blue 44

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

Shades of Red Berry #76202C

Tints of Red Berry #76202C

RGB

 RED value IS 118 (46.48% from 255) = 60.82%

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

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 60.82%
G = 16.49%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76202C (or 0x76202C) is known color: Red Berry. HEX triplet: 76, 20 and 2C. RGB value is (118,32,44). Sum of RGB (Red+Green+Blue) = 118+32+44=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202C is #89DFD3. Grayscale: #3B3B3B. Windows color (decimal): -9035732 or 2891894. OLE color: 2891894.

HSL color Cylindrical-coordinate representation of color #76202C: hue angle of 351.63º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76202C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 44 -
CMYK 0 0.73 0.63 0.54
HSL 351.63º 0.57% 0.29% -
HSV(B) 351.63º 0.73% 0.46% -
XYZ 8.44 5.07 2.92 -
YUV 59.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 118 32 44 0 0.73 0.63 0.54 351.63 0.57 0.29
Hex 76 20 2C 0 49 3F 36 160 39 1D
Octal 166 40 54 0 111 77 66 540 71 35
Binary 1110110 100000 101100 0 1001001 111111 110110 101100000 111001 11101

Color Harmonies of #76202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76202C

Black with #76202C

Text Example


Text Example

White with #76202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76202C; }

 p { color: rgb(118,32,44); }

 H1.HeaderClassName
 {
   color: #76202C;
 }
 .AnyTagClassName
 {
   color: #76202C;
 }
</style>

background-color css

<style>
 a { background-color: #76202C; }

 a { background-color: rgb(118,32,44); }

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

border-color css

<style>
 span { border-color: #76202C; }

 span { border-color: rgb(118,32,44); }

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