Html Css Color HEX #4B253A Barossa

📋 copy color: '#4B253A'

red 75 ◦ green 37 ◦ blue 58

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

Shades of Barossa #4B253A

Tints of Barossa #4B253A

RGB

 RED value IS 75 (29.69% from 255) = 44.12%

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 44.12%
G = 21.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B253A (or 0x4B253A) is known color: Barossa. HEX triplet: 4B, 25 and 3A. RGB value is (75,37,58). Sum of RGB (Red+Green+Blue) = 75+37+58=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253A is #B4DAC5. Grayscale: #323232. Windows color (decimal): -11852486 or 3810635. OLE color: 3810635.

HSL color Cylindrical-coordinate representation of color #4B253A: hue angle of 326.84º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B253A is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 37 58 -
CMYK 0 0.51 0.23 0.71
HSL 326.84º 0.34% 0.22% -
HSV(B) 326.84º 0.51% 0.29% -
XYZ 4.33 3.12 4.38 -
YUV 50.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 75 37 58 0 0.51 0.23 0.71 326.84 0.34 0.22
Hex 4B 25 3A 0 33 17 47 147 22 16
Octal 113 45 72 0 63 27 107 507 42 26
Binary 1001011 100101 111010 0 110011 10111 1000111 101000111 100010 10110

Color Harmonies of #4B253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B253A

Black with #4B253A

Text Example


Text Example

White with #4B253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B253A; }

 p { color: rgb(75,37,58); }

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

background-color css

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

 a { background-color: rgb(75,37,58); }

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

border-color css

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

 span { border-color: rgb(75,37,58); }

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