Html Css Color HEX #74182B Red Berry

📋 copy color: '#74182B'

red 116 ◦ green 24 ◦ blue 43

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

Shades of Red Berry #74182B

Tints of Red Berry #74182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 63.39%
G = 13.11%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74182B (or 0x74182B) is known color: Red Berry. HEX triplet: 74, 18 and 2B. RGB value is (116,24,43). Sum of RGB (Red+Green+Blue) = 116+24+43=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74182B is #8BE7D4. Grayscale: #353535. Windows color (decimal): -9168853 or 2824308. OLE color: 2824308.

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

Color convert

RGB 116 24 43 -
CMYK 0 0.79 0.63 0.55
HSL 347.61º 0.66% 0.27% -
HSV(B) 347.61º 0.79% 0.45% -
XYZ 7.97 4.54 2.74 -
YUV 53.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 116 24 43 0 0.79 0.63 0.55 347.61 0.66 0.27
Hex 74 18 2B 0 4F 3F 37 15C 42 1B
Octal 164 30 53 0 117 77 67 534 102 33
Binary 1110100 11000 101011 0 1001111 111111 110111 101011100 1000010 11011

Color Harmonies of #74182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74182B

Black with #74182B

Text Example


Text Example

White with #74182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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