Html Css Color HEX #761721 Red Berry

📋 copy color: '#761721'

red 118 ◦ green 23 ◦ blue 33

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

Shades of Red Berry #761721

Tints of Red Berry #761721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

 BLUE value IS 33 (13.28% from 255) = 18.97%

R = 67.82%
G = 13.22%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#761721 (or 0x761721) is known color: Red Berry. HEX triplet: 76, 17 and 21. RGB value is (118,23,33). Sum of RGB (Red+Green+Blue) = 118+23+33=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761721 is #89E8DE. Grayscale: #343434. Windows color (decimal): -9038047 or 2168694. OLE color: 2168694.

HSL color Cylindrical-coordinate representation of color #761721: hue angle of 353.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761721 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 33 -
CMYK 0 0.81 0.72 0.54
HSL 353.68º 0.67% 0.28% -
HSV(B) 353.68º 0.81% 0.46% -
XYZ 8.05 4.57 1.9 -
YUV 52.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 118 23 33 0 0.81 0.72 0.54 353.68 0.67 0.28
Hex 76 17 21 0 51 48 36 162 43 1C
Octal 166 27 41 0 121 110 66 542 103 34
Binary 1110110 10111 100001 0 1010001 1001000 110110 101100010 1000011 11100

Color Harmonies of #761721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761721

Black with #761721

Text Example


Text Example

White with #761721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761721; }

 p { color: rgb(118,23,33); }

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

background-color css

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

 a { background-color: rgb(118,23,33); }

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

border-color css

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

 span { border-color: rgb(118,23,33); }

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