Html Css Color HEX #762129 Red Berry

📋 copy color: '#762129'

red 118 ◦ green 33 ◦ blue 41

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

Shades of Red Berry #762129

Tints of Red Berry #762129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

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

R = 61.46%
G = 17.19%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762129 (or 0x762129) is known color: Red Berry. HEX triplet: 76, 21 and 29. RGB value is (118,33,41). Sum of RGB (Red+Green+Blue) = 118+33+41=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762129 is #89DED6. Grayscale: #3B3B3B. Windows color (decimal): -9035479 or 2695542. OLE color: 2695542.

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

Color convert

RGB 118 33 41 -
CMYK 0 0.72 0.65 0.54
HSL 354.35º 0.56% 0.3% -
HSV(B) 354.35º 0.72% 0.46% -
XYZ 8.42 5.1 2.64 -
YUV 59.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 118 33 41 0 0.72 0.65 0.54 354.35 0.56 0.3
Hex 76 21 29 0 48 41 36 162 38 1E
Octal 166 41 51 0 110 101 66 542 70 36
Binary 1110110 100001 101001 0 1001000 1000001 110110 101100010 111000 11110

Color Harmonies of #762129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762129

Black with #762129

Text Example


Text Example

White with #762129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762129; }

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

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

background-color css

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

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

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

border-color css

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

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

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