Html Css Color HEX #482023 Bulgarian Rose

📋 copy color: '#482023'

red 72 ◦ green 32 ◦ blue 35

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

Shades of Bulgarian Rose #482023

Tints of Bulgarian Rose #482023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 51.8%
G = 23.02%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482023 (or 0x482023) is known color: Bulgarian Rose. HEX triplet: 48, 20 and 23. RGB value is (72,32,35). Sum of RGB (Red+Green+Blue) = 72+32+35=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482023 is #B7DFDC. Grayscale: #2C2C2C. Windows color (decimal): -12050397 or 2302024. OLE color: 2302024.

HSL color Cylindrical-coordinate representation of color #482023: hue angle of 355.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482023 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 35 -
CMYK 0 0.56 0.51 0.72
HSL 355.5º 0.38% 0.2% -
HSV(B) 355.5º 0.56% 0.28% -
XYZ 3.49 2.53 1.89 -
YUV 44.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 72 32 35 0 0.56 0.51 0.72 355.5 0.38 0.2
Hex 48 20 23 0 38 33 48 164 26 14
Octal 110 40 43 0 70 63 110 544 46 24
Binary 1001000 100000 100011 0 111000 110011 1001000 101100100 100110 10100

Color Harmonies of #482023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482023

Black with #482023

Text Example


Text Example

White with #482023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482023; }

 p { color: rgb(72,32,35); }

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

background-color css

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

 a { background-color: rgb(72,32,35); }

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

border-color css

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

 span { border-color: rgb(72,32,35); }

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