Html Css Color HEX #74172A Red Berry

📋 copy color: '#74172A'

red 116 ◦ green 23 ◦ blue 42

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

Shades of Red Berry #74172A

Tints of Red Berry #74172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 64.09%
G = 12.71%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74172A (or 0x74172A) is known color: Red Berry. HEX triplet: 74, 17 and 2A. RGB value is (116,23,42). Sum of RGB (Red+Green+Blue) = 116+23+42=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74172A is #8BE8D5. Grayscale: #343434. Windows color (decimal): -9169110 or 2758516. OLE color: 2758516.

HSL color Cylindrical-coordinate representation of color #74172A: hue angle of 347.74º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74172A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 42 -
CMYK 0 0.80 0.64 0.55
HSL 347.74º 0.67% 0.27% -
HSV(B) 347.74º 0.8% 0.45% -
XYZ 7.93 4.49 2.64 -
YUV 52.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 116 23 42 0 0.80 0.64 0.55 347.74 0.67 0.27
Hex 74 17 2A 0 50 40 37 15C 43 1B
Octal 164 27 52 0 120 100 67 534 103 33
Binary 1110100 10111 101010 0 1010000 1000000 110111 101011100 1000011 11011

Color Harmonies of #74172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74172A

Black with #74172A

Text Example


Text Example

White with #74172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74172A; }

 p { color: rgb(116,23,42); }

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

background-color css

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

 a { background-color: rgb(116,23,42); }

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

border-color css

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

 span { border-color: rgb(116,23,42); }

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