Html Css Color HEX #4B223A Barossa

📋 copy color: '#4B223A'

red 75 ◦ green 34 ◦ blue 58

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

Shades of Barossa #4B223A

Tints of Barossa #4B223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.36%

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

R = 44.91%
G = 20.36%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B223A (or 0x4B223A) is known color: Barossa. HEX triplet: 4B, 22 and 3A. RGB value is (75,34,58). Sum of RGB (Red+Green+Blue) = 75+34+58=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B223A is #B4DDC5. Grayscale: #303030. Windows color (decimal): -11853254 or 3809867. OLE color: 3809867.

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

Color convert

RGB 75 34 58 -
CMYK 0 0.55 0.23 0.71
HSL 324.88º 0.38% 0.21% -
HSV(B) 324.88º 0.55% 0.29% -
XYZ 4.24 2.95 4.35 -
YUV 49 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 75 34 58 0 0.55 0.23 0.71 324.88 0.38 0.21
Hex 4B 22 3A 0 37 17 47 145 26 15
Octal 113 42 72 0 67 27 107 505 46 25
Binary 1001011 100010 111010 0 110111 10111 1000111 101000101 100110 10101

Color Harmonies of #4B223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B223A

Black with #4B223A

Text Example


Text Example

White with #4B223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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