Html Css Color HEX #742028 Red Berry

📋 copy color: '#742028'

red 116 ◦ green 32 ◦ blue 40

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

Shades of Red Berry #742028

Tints of Red Berry #742028

RGB

 RED value IS 116 (45.7% from 255) = 61.7%

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

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

R = 61.7%
G = 17.02%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742028 (or 0x742028) is known color: Red Berry. HEX triplet: 74, 20 and 28. RGB value is (116,32,40). Sum of RGB (Red+Green+Blue) = 116+32+40=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742028 is #8BDFD7. Grayscale: #3A3A3A. Windows color (decimal): -9166808 or 2629748. OLE color: 2629748.

HSL color Cylindrical-coordinate representation of color #742028: hue angle of 354.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742028 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 40 -
CMYK 0 0.72 0.66 0.55
HSL 354.29º 0.57% 0.29% -
HSV(B) 354.29º 0.72% 0.45% -
XYZ 8.1 4.9 2.53 -
YUV 58.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 116 32 40 0 0.72 0.66 0.55 354.29 0.57 0.29
Hex 74 20 28 0 48 42 37 162 39 1D
Octal 164 40 50 0 110 102 67 542 71 35
Binary 1110100 100000 101000 0 1001000 1000010 110111 101100010 111001 11101

Color Harmonies of #742028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742028

Black with #742028

Text Example


Text Example

White with #742028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742028; }

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

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

background-color css

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

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

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

border-color css

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

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

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