Html Css Color HEX #74192B Red Berry

📋 copy color: '#74192B'

red 116 ◦ green 25 ◦ blue 43

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

Shades of Red Berry #74192B

Tints of Red Berry #74192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 63.04%
G = 13.59%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74192B (or 0x74192B) is known color: Red Berry. HEX triplet: 74, 19 and 2B. RGB value is (116,25,43). Sum of RGB (Red+Green+Blue) = 116+25+43=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74192B is #8BE6D4. Grayscale: #363636. Windows color (decimal): -9168597 or 2824564. OLE color: 2824564.

HSL color Cylindrical-coordinate representation of color #74192B: hue angle of 348.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74192B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 43 -
CMYK 0 0.78 0.63 0.55
HSL 348.13º 0.65% 0.28% -
HSV(B) 348.13º 0.78% 0.45% -
XYZ 7.99 4.58 2.75 -
YUV 54.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 116 25 43 0 0.78 0.63 0.55 348.13 0.65 0.28
Hex 74 19 2B 0 4E 3F 37 15C 41 1C
Octal 164 31 53 0 116 77 67 534 101 34
Binary 1110100 11001 101011 0 1001110 111111 110111 101011100 1000001 11100

Color Harmonies of #74192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74192B

Black with #74192B

Text Example


Text Example

White with #74192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74192B; }

 p { color: rgb(116,25,43); }

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

background-color css

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

 a { background-color: rgb(116,25,43); }

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

border-color css

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

 span { border-color: rgb(116,25,43); }

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