Html Css Color HEX #741522 Red Berry

📋 copy color: '#741522'

red 116 ◦ green 21 ◦ blue 34

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

Shades of Red Berry #741522

Tints of Red Berry #741522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 67.84%
G = 12.28%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#741522 (or 0x741522) is known color: Red Berry. HEX triplet: 74, 15 and 22. RGB value is (116,21,34). Sum of RGB (Red+Green+Blue) = 116+21+34=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741522 is #8BEADD. Grayscale: #323232. Windows color (decimal): -9169630 or 2233716. OLE color: 2233716.

HSL color Cylindrical-coordinate representation of color #741522: hue angle of 351.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741522 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 34 -
CMYK 0 0.82 0.71 0.55
HSL 351.79º 0.69% 0.27% -
HSV(B) 351.79º 0.82% 0.45% -
XYZ 7.76 4.36 1.95 -
YUV 50.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 116 21 34 0 0.82 0.71 0.55 351.79 0.69 0.27
Hex 74 15 22 0 52 47 37 160 45 1B
Octal 164 25 42 0 122 107 67 540 105 33
Binary 1110100 10101 100010 0 1010010 1000111 110111 101100000 1000101 11011

Color Harmonies of #741522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741522

Black with #741522

Text Example


Text Example

White with #741522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741522; }

 p { color: rgb(116,21,34); }

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

background-color css

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

 a { background-color: rgb(116,21,34); }

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

border-color css

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

 span { border-color: rgb(116,21,34); }

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