Html Css Color HEX #4B2438 Barossa

📋 copy color: '#4B2438'

red 75 ◦ green 36 ◦ blue 56

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

Shades of Barossa #4B2438

Tints of Barossa #4B2438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 44.91%
G = 21.56%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#4B2438 (or 0x4B2438) is known color: Barossa. HEX triplet: 4B, 24 and 38. RGB value is (75,36,56). Sum of RGB (Red+Green+Blue) = 75+36+56=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2438 is #B4DBC7. Grayscale: #313131. Windows color (decimal): -11852744 or 3679307. OLE color: 3679307.

HSL color Cylindrical-coordinate representation of color #4B2438: hue angle of 329.23º 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 #4B2438 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 36 56 -
CMYK 0 0.52 0.25 0.71
HSL 329.23º 0.35% 0.22% -
HSV(B) 329.23º 0.52% 0.29% -
XYZ 4.25 3.04 4.1 -
YUV 49.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 75 36 56 0 0.52 0.25 0.71 329.23 0.35 0.22
Hex 4B 24 38 0 34 19 47 149 23 16
Octal 113 44 70 0 64 31 107 511 43 26
Binary 1001011 100100 111000 0 110100 11001 1000111 101001001 100011 10110

Color Harmonies of #4B2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2438

Black with #4B2438

Text Example


Text Example

White with #4B2438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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