Html Css Color HEX #48263C Barossa

📋 copy color: '#48263C'

red 72 ◦ green 38 ◦ blue 60

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

Shades of Barossa #48263C

Tints of Barossa #48263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 42.35%
G = 22.35%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48263C (or 0x48263C) is known color: Barossa. HEX triplet: 48, 26 and 3C. RGB value is (72,38,60). Sum of RGB (Red+Green+Blue) = 72+38+60=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263C is #B7D9C3. Grayscale: #323232. Windows color (decimal): -12048836 or 3941960. OLE color: 3941960.

HSL color Cylindrical-coordinate representation of color #48263C: hue angle of 321.18º 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 #48263C is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 60 -
CMYK 0 0.47 0.17 0.72
HSL 321.18º 0.31% 0.22% -
HSV(B) 321.18º 0.47% 0.28% -
XYZ 4.18 3.09 4.65 -
YUV 50.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 72 38 60 0 0.47 0.17 0.72 321.18 0.31 0.22
Hex 48 26 3C 0 2F 11 48 141 1F 16
Octal 110 46 74 0 57 21 110 501 37 26
Binary 1001000 100110 111100 0 101111 10001 1001000 101000001 11111 10110

Color Harmonies of #48263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48263C

Black with #48263C

Text Example


Text Example

White with #48263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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