Html Css Color HEX #76202D Red Berry

📋 copy color: '#76202D'

red 118 ◦ green 32 ◦ blue 45

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

Shades of Red Berry #76202D

Tints of Red Berry #76202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 60.51%
G = 16.41%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76202D (or 0x76202D) is known color: Red Berry. HEX triplet: 76, 20 and 2D. RGB value is (118,32,45). Sum of RGB (Red+Green+Blue) = 118+32+45=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202D is #89DFD2. Grayscale: #3B3B3B. Windows color (decimal): -9035731 or 2957430. OLE color: 2957430.

HSL color Cylindrical-coordinate representation of color #76202D: hue angle of 350.93º 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 #76202D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 45 -
CMYK 0 0.73 0.62 0.54
HSL 350.93º 0.57% 0.29% -
HSV(B) 350.93º 0.73% 0.46% -
XYZ 8.46 5.07 3.02 -
YUV 59.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 118 32 45 0 0.73 0.62 0.54 350.93 0.57 0.29
Hex 76 20 2D 0 49 3E 36 15F 39 1D
Octal 166 40 55 0 111 76 66 537 71 35
Binary 1110110 100000 101101 0 1001001 111110 110110 101011111 111001 11101

Color Harmonies of #76202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76202D

Black with #76202D

Text Example


Text Example

White with #76202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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