Html Css Color HEX #48282B Bulgarian Rose

📋 copy color: '#48282B'

red 72 ◦ green 40 ◦ blue 43

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

Shades of Bulgarian Rose #48282B

Tints of Bulgarian Rose #48282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

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

R = 46.45%
G = 25.81%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48282B (or 0x48282B) is known color: Bulgarian Rose. HEX triplet: 48, 28 and 2B. RGB value is (72,40,43). Sum of RGB (Red+Green+Blue) = 72+40+43=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282B is #B7D7D4. Grayscale: #313131. Windows color (decimal): -12048341 or 2828360. OLE color: 2828360.

HSL color Cylindrical-coordinate representation of color #48282B: hue angle of 354.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48282B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 43 -
CMYK 0 0.44 0.40 0.72
HSL 354.38º 0.29% 0.22% -
HSV(B) 354.38º 0.44% 0.28% -
XYZ 3.87 3.07 2.67 -
YUV 49.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 72 40 43 0 0.44 0.40 0.72 354.38 0.29 0.22
Hex 48 28 2B 0 2C 28 48 162 1D 16
Octal 110 50 53 0 54 50 110 542 35 26
Binary 1001000 101000 101011 0 101100 101000 1001000 101100010 11101 10110

Color Harmonies of #48282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48282B

Black with #48282B

Text Example


Text Example

White with #48282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,40,43); }

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

background-color css

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

 a { background-color: rgb(72,40,43); }

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

border-color css

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

 span { border-color: rgb(72,40,43); }

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