Html Css Color HEX #76222A Red Berry

📋 copy color: '#76222A'

red 118 ◦ green 34 ◦ blue 42

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

Shades of Red Berry #76222A

Tints of Red Berry #76222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 60.82%
G = 17.53%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76222A (or 0x76222A) is known color: Red Berry. HEX triplet: 76, 22 and 2A. RGB value is (118,34,42). Sum of RGB (Red+Green+Blue) = 118+34+42=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76222A is #89DDD5. Grayscale: #3C3C3C. Windows color (decimal): -9035222 or 2761334. OLE color: 2761334.

HSL color Cylindrical-coordinate representation of color #76222A: hue angle of 354.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76222A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 42 -
CMYK 0 0.71 0.64 0.54
HSL 354.29º 0.55% 0.3% -
HSV(B) 354.29º 0.71% 0.46% -
XYZ 8.46 5.16 2.74 -
YUV 60.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 118 34 42 0 0.71 0.64 0.54 354.29 0.55 0.3
Hex 76 22 2A 0 47 40 36 162 37 1E
Octal 166 42 52 0 107 100 66 542 67 36
Binary 1110110 100010 101010 0 1000111 1000000 110110 101100010 110111 11110

Color Harmonies of #76222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76222A

Black with #76222A

Text Example


Text Example

White with #76222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76222A; }

 p { color: rgb(118,34,42); }

 H1.HeaderClassName
 {
   color: #76222A;
 }
 .AnyTagClassName
 {
   color: #76222A;
 }
</style>

background-color css

<style>
 a { background-color: #76222A; }

 a { background-color: rgb(118,34,42); }

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

border-color css

<style>
 span { border-color: #76222A; }

 span { border-color: rgb(118,34,42); }

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