Html Css Color HEX #762029 Red Berry

📋 copy color: '#762029'

red 118 ◦ green 32 ◦ blue 41

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

Shades of Red Berry #762029

Tints of Red Berry #762029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 61.78%
G = 16.75%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762029 (or 0x762029) is known color: Red Berry. HEX triplet: 76, 20 and 29. RGB value is (118,32,41). Sum of RGB (Red+Green+Blue) = 118+32+41=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762029 is #89DFD6. Grayscale: #3A3A3A. Windows color (decimal): -9035735 or 2695286. OLE color: 2695286.

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

Color convert

RGB 118 32 41 -
CMYK 0 0.73 0.65 0.54
HSL 353.72º 0.57% 0.29% -
HSV(B) 353.72º 0.73% 0.46% -
XYZ 8.39 5.04 2.63 -
YUV 58.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 118 32 41 0 0.73 0.65 0.54 353.72 0.57 0.29
Hex 76 20 29 0 49 41 36 162 39 1D
Octal 166 40 51 0 111 101 66 542 71 35
Binary 1110110 100000 101001 0 1001001 1000001 110110 101100010 111001 11101

Color Harmonies of #762029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762029

Black with #762029

Text Example


Text Example

White with #762029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762029; }

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

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

background-color css

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

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

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

border-color css

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

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

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