Html Css Color HEX #4D253C Barossa

📋 copy color: '#4D253C'

red 77 ◦ green 37 ◦ blue 60

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

Shades of Barossa #4D253C

Tints of Barossa #4D253C

RGB

 RED value IS 77 (30.47% from 255) = 44.25%

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

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 44.25%
G = 21.26%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D253C (or 0x4D253C) is known color: Barossa. HEX triplet: 4D, 25 and 3C. RGB value is (77,37,60). Sum of RGB (Red+Green+Blue) = 77+37+60=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253C is #B2DAC3. Grayscale: #333333. Windows color (decimal): -11721412 or 3941709. OLE color: 3941709.

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

Color convert

RGB 77 37 60 -
CMYK 0 0.52 0.22 0.70
HSL 325.5º 0.35% 0.22% -
HSV(B) 325.5º 0.52% 0.3% -
XYZ 4.54 3.23 4.66 -
YUV 51.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 77 37 60 0 0.52 0.22 0.70 325.5 0.35 0.22
Hex 4D 25 3C 0 34 16 46 146 23 16
Octal 115 45 74 0 64 26 106 506 43 26
Binary 1001101 100101 111100 0 110100 10110 1000110 101000110 100011 10110

Color Harmonies of #4D253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D253C

Black with #4D253C

Text Example


Text Example

White with #4D253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,60); }

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

background-color css

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

 a { background-color: rgb(77,37,60); }

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

border-color css

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

 span { border-color: rgb(77,37,60); }

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