Html Css Color HEX #48263A Barossa

📋 copy color: '#48263A'

red 72 ◦ green 38 ◦ blue 58

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

Shades of Barossa #48263A

Tints of Barossa #48263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 42.86%
G = 22.62%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48263A (or 0x48263A) is known color: Barossa. HEX triplet: 48, 26 and 3A. RGB value is (72,38,58). Sum of RGB (Red+Green+Blue) = 72+38+58=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263A is #B7D9C5. Grayscale: #323232. Windows color (decimal): -12048838 or 3810888. OLE color: 3810888.

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

Color convert

RGB 72 38 58 -
CMYK 0 0.47 0.19 0.72
HSL 324.71º 0.31% 0.22% -
HSV(B) 324.71º 0.47% 0.28% -
XYZ 4.13 3.07 4.38 -
YUV 50.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 72 38 58 0 0.47 0.19 0.72 324.71 0.31 0.22
Hex 48 26 3A 0 2F 13 48 145 1F 16
Octal 110 46 72 0 57 23 110 505 37 26
Binary 1001000 100110 111010 0 101111 10011 1001000 101000101 11111 10110

Color Harmonies of #48263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48263A

Black with #48263A

Text Example


Text Example

White with #48263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,38,58); }

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

background-color css

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

 a { background-color: rgb(72,38,58); }

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

border-color css

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

 span { border-color: rgb(72,38,58); }

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