Html Css Color HEX #761E28 Red Berry

📋 copy color: '#761E28'

red 118 ◦ green 30 ◦ blue 40

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

Shades of Red Berry #761E28

Tints of Red Berry #761E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 62.77%
G = 15.96%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#761E28 (or 0x761E28) is known color: Red Berry. HEX triplet: 76, 1E and 28. RGB value is (118,30,40). Sum of RGB (Red+Green+Blue) = 118+30+40=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #761E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E28 is #89E1D7. Grayscale: #393939. Windows color (decimal): -9036248 or 2629238. OLE color: 2629238.

HSL color Cylindrical-coordinate representation of color #761E28: hue angle of 353.18º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E28 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 40 -
CMYK 0 0.75 0.66 0.54
HSL 353.18º 0.59% 0.29% -
HSV(B) 353.18º 0.75% 0.46% -
XYZ 8.32 4.93 2.52 -
YUV 57.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 118 30 40 0 0.75 0.66 0.54 353.18 0.59 0.29
Hex 76 1E 28 0 4B 42 36 161 3B 1D
Octal 166 36 50 0 113 102 66 541 73 35
Binary 1110110 11110 101000 0 1001011 1000010 110110 101100001 111011 11101

Color Harmonies of #761E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E28

Black with #761E28

Text Example


Text Example

White with #761E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761E28; }

 p { color: rgb(118,30,40); }

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

background-color css

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

 a { background-color: rgb(118,30,40); }

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

border-color css

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

 span { border-color: rgb(118,30,40); }

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