Html Css Color HEX #762028 Red Berry

📋 copy color: '#762028'

red 118 ◦ green 32 ◦ blue 40

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

Shades of Red Berry #762028

Tints of Red Berry #762028

RGB

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

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

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

R = 62.11%
G = 16.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#762028 (or 0x762028) is known color: Red Berry. HEX triplet: 76, 20 and 28. RGB value is (118,32,40). Sum of RGB (Red+Green+Blue) = 118+32+40=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762028 is #89DFD7. Grayscale: #3A3A3A. Windows color (decimal): -9035736 or 2629750. OLE color: 2629750.

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

Color convert

RGB 118 32 40 -
CMYK 0 0.73 0.66 0.54
HSL 354.42º 0.57% 0.29% -
HSV(B) 354.42º 0.73% 0.46% -
XYZ 8.37 5.04 2.54 -
YUV 58.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 118 32 40 0 0.73 0.66 0.54 354.42 0.57 0.29
Hex 76 20 28 0 49 42 36 162 39 1D
Octal 166 40 50 0 111 102 66 542 71 35
Binary 1110110 100000 101000 0 1001001 1000010 110110 101100010 111001 11101

Color Harmonies of #762028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762028

Black with #762028

Text Example


Text Example

White with #762028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762028; }

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

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

background-color css

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

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

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

border-color css

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

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

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