Html Css Color HEX #741228 Red Berry

📋 copy color: '#741228'

red 116 ◦ green 18 ◦ blue 40

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

Shades of Red Berry #741228

Tints of Red Berry #741228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 66.67%
G = 10.34%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741228 (or 0x741228) is known color: Red Berry. HEX triplet: 74, 12 and 28. RGB value is (116,18,40). Sum of RGB (Red+Green+Blue) = 116+18+40=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741228 is #8BEDD7. Grayscale: #313131. Windows color (decimal): -9170392 or 2626164. OLE color: 2626164.

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

Color convert

RGB 116 18 40 -
CMYK 0 0.84 0.66 0.55
HSL 346.53º 0.73% 0.26% -
HSV(B) 346.53º 0.84% 0.45% -
XYZ 7.8 4.3 2.43 -
YUV 49.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 116 18 40 0 0.84 0.66 0.55 346.53 0.73 0.26
Hex 74 12 28 0 54 42 37 15B 49 1A
Octal 164 22 50 0 124 102 67 533 111 32
Binary 1110100 10010 101000 0 1010100 1000010 110111 101011011 1001001 11010

Color Harmonies of #741228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741228

Black with #741228

Text Example


Text Example

White with #741228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741228; }

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

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

background-color css

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

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

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

border-color css

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

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

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