Html Css Color HEX #48272A Bulgarian Rose

📋 copy color: '#48272A'

red 72 ◦ green 39 ◦ blue 42

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

Shades of Bulgarian Rose #48272A

Tints of Bulgarian Rose #48272A

RGB

 RED value IS 72 (28.52% from 255) = 47.06%

 GREEN value IS 39 (15.63% from 255) = 25.49%

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

R = 47.06%
G = 25.49%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48272A (or 0x48272A) is known color: Bulgarian Rose. HEX triplet: 48, 27 and 2A. RGB value is (72,39,42). Sum of RGB (Red+Green+Blue) = 72+39+42=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48272A is #B7D8D5. Grayscale: #313131. Windows color (decimal): -12048598 or 2762568. OLE color: 2762568.

HSL color Cylindrical-coordinate representation of color #48272A: hue angle of 354.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48272A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 42 -
CMYK 0 0.46 0.42 0.72
HSL 354.55º 0.3% 0.22% -
HSV(B) 354.55º 0.46% 0.28% -
XYZ 3.82 3 2.57 -
YUV 49.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 72 39 42 0 0.46 0.42 0.72 354.55 0.3 0.22
Hex 48 27 2A 0 2E 2A 48 163 1E 16
Octal 110 47 52 0 56 52 110 543 36 26
Binary 1001000 100111 101010 0 101110 101010 1001000 101100011 11110 10110

Color Harmonies of #48272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48272A

Black with #48272A

Text Example


Text Example

White with #48272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,39,42); }

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

background-color css

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

 a { background-color: rgb(72,39,42); }

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

border-color css

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

 span { border-color: rgb(72,39,42); }

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