Html Css Color HEX #4B243A Barossa

📋 copy color: '#4B243A'

red 75 ◦ green 36 ◦ blue 58

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

Shades of Barossa #4B243A

Tints of Barossa #4B243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 44.38%
G = 21.3%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B243A (or 0x4B243A) is known color: Barossa. HEX triplet: 4B, 24 and 3A. RGB value is (75,36,58). Sum of RGB (Red+Green+Blue) = 75+36+58=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B243A is #B4DBC5. Grayscale: #323232. Windows color (decimal): -11852742 or 3810379. OLE color: 3810379.

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

Color convert

RGB 75 36 58 -
CMYK 0 0.52 0.23 0.71
HSL 326.15º 0.35% 0.22% -
HSV(B) 326.15º 0.52% 0.29% -
XYZ 4.3 3.06 4.37 -
YUV 50.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 75 36 58 0 0.52 0.23 0.71 326.15 0.35 0.22
Hex 4B 24 3A 0 34 17 47 146 23 16
Octal 113 44 72 0 64 27 107 506 43 26
Binary 1001011 100100 111010 0 110100 10111 1000111 101000110 100011 10110

Color Harmonies of #4B243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B243A

Black with #4B243A

Text Example


Text Example

White with #4B243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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