Html Css Color HEX #76202B Red Berry

📋 copy color: '#76202B'

red 118 ◦ green 32 ◦ blue 43

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

Shades of Red Berry #76202B

Tints of Red Berry #76202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.28%

R = 61.14%
G = 16.58%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76202B (or 0x76202B) is known color: Red Berry. HEX triplet: 76, 20 and 2B. RGB value is (118,32,43). Sum of RGB (Red+Green+Blue) = 118+32+43=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202B is #89DFD4. Grayscale: #3B3B3B. Windows color (decimal): -9035733 or 2826358. OLE color: 2826358.

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

Color convert

RGB 118 32 43 -
CMYK 0 0.73 0.64 0.54
HSL 352.33º 0.57% 0.29% -
HSV(B) 352.33º 0.73% 0.46% -
XYZ 8.42 5.06 2.82 -
YUV 58.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 118 32 43 0 0.73 0.64 0.54 352.33 0.57 0.29
Hex 76 20 2B 0 49 40 36 160 39 1D
Octal 166 40 53 0 111 100 66 540 71 35
Binary 1110110 100000 101011 0 1001001 1000000 110110 101100000 111001 11101

Color Harmonies of #76202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76202B

Black with #76202B

Text Example


Text Example

White with #76202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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