Html Css Color HEX #74181B Red Berry

📋 copy color: '#74181B'

red 116 ◦ green 24 ◦ blue 27

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

Shades of Red Berry #74181B

Tints of Red Berry #74181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 69.46%
G = 14.37%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74181B (or 0x74181B) is known color: Red Berry. HEX triplet: 74, 18 and 1B. RGB value is (116,24,27). Sum of RGB (Red+Green+Blue) = 116+24+27=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74181B is #8BE7E4. Grayscale: #333333. Windows color (decimal): -9168869 or 1775732. OLE color: 1775732.

HSL color Cylindrical-coordinate representation of color #74181B: hue angle of 358.04º 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 #74181B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 27 -
CMYK 0 0.79 0.77 0.55
HSL 358.04º 0.66% 0.27% -
HSV(B) 358.04º 0.79% 0.45% -
XYZ 7.73 4.45 1.49 -
YUV 51.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 116 24 27 0 0.79 0.77 0.55 358.04 0.66 0.27
Hex 74 18 1B 0 4F 4D 37 166 42 1B
Octal 164 30 33 0 117 115 67 546 102 33
Binary 1110100 11000 11011 0 1001111 1001101 110111 101100110 1000010 11011

Color Harmonies of #74181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74181B

Black with #74181B

Text Example


Text Example

White with #74181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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