Html Css Color HEX #76222C Red Berry

📋 copy color: '#76222C'

red 118 ◦ green 34 ◦ blue 44

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

Shades of Red Berry #76222C

Tints of Red Berry #76222C

RGB

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

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

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

R = 60.2%
G = 17.35%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76222C (or 0x76222C) is known color: Red Berry. HEX triplet: 76, 22 and 2C. RGB value is (118,34,44). Sum of RGB (Red+Green+Blue) = 118+34+44=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76222C is #89DDD3. Grayscale: #3C3C3C. Windows color (decimal): -9035220 or 2892406. OLE color: 2892406.

HSL color Cylindrical-coordinate representation of color #76222C: hue angle of 352.86º 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 #76222C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 44 -
CMYK 0 0.71 0.63 0.54
HSL 352.86º 0.55% 0.3% -
HSV(B) 352.86º 0.71% 0.46% -
XYZ 8.5 5.18 2.93 -
YUV 60.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 118 34 44 0 0.71 0.63 0.54 352.86 0.55 0.3
Hex 76 22 2C 0 47 3F 36 161 37 1E
Octal 166 42 54 0 107 77 66 541 67 36
Binary 1110110 100010 101100 0 1000111 111111 110110 101100001 110111 11110

Color Harmonies of #76222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76222C

Black with #76222C

Text Example


Text Example

White with #76222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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