Html Css Color HEX #4C253A Barossa

📋 copy color: '#4C253A'

red 76 ◦ green 37 ◦ blue 58

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

Shades of Barossa #4C253A

Tints of Barossa #4C253A

RGB

 RED value IS 76 (30.08% from 255) = 44.44%

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

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

R = 44.44%
G = 21.64%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C253A (or 0x4C253A) is known color: Barossa. HEX triplet: 4C, 25 and 3A. RGB value is (76,37,58). Sum of RGB (Red+Green+Blue) = 76+37+58=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C253A is #B3DAC5. Grayscale: #333333. Windows color (decimal): -11786950 or 3810636. OLE color: 3810636.

HSL color Cylindrical-coordinate representation of color #4C253A: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C253A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 37 58 -
CMYK 0 0.51 0.24 0.70
HSL 327.69º 0.35% 0.22% -
HSV(B) 327.69º 0.51% 0.3% -
XYZ 4.41 3.17 4.38 -
YUV 51.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 76 37 58 0 0.51 0.24 0.70 327.69 0.35 0.22
Hex 4C 25 3A 0 33 18 46 148 23 16
Octal 114 45 72 0 63 30 106 510 43 26
Binary 1001100 100101 111010 0 110011 11000 1000110 101001000 100011 10110

Color Harmonies of #4C253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C253A

Black with #4C253A

Text Example


Text Example

White with #4C253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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