Html Css Color HEX #741422 Red Berry

📋 copy color: '#741422'

red 116 ◦ green 20 ◦ blue 34

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

Shades of Red Berry #741422

Tints of Red Berry #741422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 68.24%
G = 11.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#741422 (or 0x741422) is known color: Red Berry. HEX triplet: 74, 14 and 22. RGB value is (116,20,34). Sum of RGB (Red+Green+Blue) = 116+20+34=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #741422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741422 is #8BEBDD. Grayscale: #323232. Windows color (decimal): -9169886 or 2233460. OLE color: 2233460.

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

Color convert

RGB 116 20 34 -
CMYK 0 0.83 0.71 0.55
HSL 351.25º 0.71% 0.27% -
HSV(B) 351.25º 0.83% 0.45% -
XYZ 7.74 4.33 1.94 -
YUV 50.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 116 20 34 0 0.83 0.71 0.55 351.25 0.71 0.27
Hex 74 14 22 0 53 47 37 15F 47 1B
Octal 164 24 42 0 123 107 67 537 107 33
Binary 1110100 10100 100010 0 1010011 1000111 110111 101011111 1000111 11011

Color Harmonies of #741422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741422

Black with #741422

Text Example


Text Example

White with #741422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741422; }

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

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

background-color css

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

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

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

border-color css

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

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

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