Html Css Color HEX #4A1F20 Bulgarian Rose

📋 copy color: '#4A1F20'

red 74 ◦ green 31 ◦ blue 32

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

Shades of Bulgarian Rose #4A1F20

Tints of Bulgarian Rose #4A1F20

RGB

 RED value IS 74 (29.3% from 255) = 54.01%

 GREEN value IS 31 (12.5% from 255) = 22.63%

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 54.01%
G = 22.63%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4A1F20 (or 0x4A1F20) is known color: Bulgarian Rose. HEX triplet: 4A, 1F and 20. RGB value is (74,31,32). Sum of RGB (Red+Green+Blue) = 74+31+32=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F20 is #B5E0DF. Grayscale: #2C2C2C. Windows color (decimal): -11919584 or 2105162. OLE color: 2105162.

HSL color Cylindrical-coordinate representation of color #4A1F20: hue angle of 358.6º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A1F20 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 31 32 -
CMYK 0 0.58 0.57 0.71
HSL 358.6º 0.41% 0.21% -
HSV(B) 358.6º 0.58% 0.29% -
XYZ 3.57 2.54 1.67 -
YUV 43.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 74 31 32 0 0.58 0.57 0.71 358.6 0.41 0.21
Hex 4A 1F 20 0 3A 39 47 167 29 15
Octal 112 37 40 0 72 71 107 547 51 25
Binary 1001010 11111 100000 0 111010 111001 1000111 101100111 101001 10101

Color Harmonies of #4A1F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F20

Black with #4A1F20

Text Example


Text Example

White with #4A1F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1F20; }

 p { color: rgb(74,31,32); }

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

background-color css

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

 a { background-color: rgb(74,31,32); }

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

border-color css

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

 span { border-color: rgb(74,31,32); }

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