Html Css Color HEX #761529 Red Berry

📋 copy color: '#761529'

red 118 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #761529

Tints of Red Berry #761529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 65.56%
G = 11.67%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#761529 (or 0x761529) is known color: Red Berry. HEX triplet: 76, 15 and 29. RGB value is (118,21,41). Sum of RGB (Red+Green+Blue) = 118+21+41=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #761529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761529 is #89EAD6. Grayscale: #343434. Windows color (decimal): -9038551 or 2692470. OLE color: 2692470.

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

Color convert

RGB 118 21 41 -
CMYK 0 0.82 0.65 0.54
HSL 347.63º 0.7% 0.27% -
HSV(B) 347.63º 0.82% 0.46% -
XYZ 8.14 4.55 2.55 -
YUV 52.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 118 21 41 0 0.82 0.65 0.54 347.63 0.7 0.27
Hex 76 15 29 0 52 41 36 15C 46 1B
Octal 166 25 51 0 122 101 66 534 106 33
Binary 1110110 10101 101001 0 1010010 1000001 110110 101011100 1000110 11011

Color Harmonies of #761529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761529

Black with #761529

Text Example


Text Example

White with #761529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761529; }

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

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

background-color css

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

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

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

border-color css

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

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

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