Html Css Color HEX #762021 Red Berry

📋 copy color: '#762021'

red 118 ◦ green 32 ◦ blue 33

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

Shades of Red Berry #762021

Tints of Red Berry #762021

RGB

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

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

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

R = 64.48%
G = 17.49%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#762021 (or 0x762021) is known color: Red Berry. HEX triplet: 76, 20 and 21. RGB value is (118,32,33). Sum of RGB (Red+Green+Blue) = 118+32+33=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #762021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762021 is #89DFDE. Grayscale: #393939. Windows color (decimal): -9035743 or 2170998. OLE color: 2170998.

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

Color convert

RGB 118 32 33 -
CMYK 0 0.73 0.72 0.54
HSL 359.3º 0.57% 0.29% -
HSV(B) 359.3º 0.73% 0.46% -
XYZ 8.26 4.99 1.97 -
YUV 57.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 118 32 33 0 0.73 0.72 0.54 359.3 0.57 0.29
Hex 76 20 21 0 49 48 36 167 39 1D
Octal 166 40 41 0 111 110 66 547 71 35
Binary 1110110 100000 100001 0 1001001 1001000 110110 101100111 111001 11101

Color Harmonies of #762021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762021

Black with #762021

Text Example


Text Example

White with #762021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762021; }

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

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

background-color css

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

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

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

border-color css

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

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

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