Html Css Color HEX #4C253D Barossa

📋 copy color: '#4C253D'

red 76 ◦ green 37 ◦ blue 61

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

Shades of Barossa #4C253D

Tints of Barossa #4C253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.06%

R = 43.68%
G = 21.26%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C253D (or 0x4C253D) is known color: Barossa. HEX triplet: 4C, 25 and 3D. RGB value is (76,37,61). Sum of RGB (Red+Green+Blue) = 76+37+61=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C253D is #B3DAC2. Grayscale: #333333. Windows color (decimal): -11786947 or 4007244. OLE color: 4007244.

HSL color Cylindrical-coordinate representation of color #4C253D: hue angle of 323.08º 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 #4C253D is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 37 61 -
CMYK 0 0.51 0.20 0.70
HSL 323.08º 0.35% 0.22% -
HSV(B) 323.08º 0.51% 0.3% -
XYZ 4.48 3.2 4.8 -
YUV 51.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 76 37 61 0 0.51 0.20 0.70 323.08 0.35 0.22
Hex 4C 25 3D 0 33 14 46 143 23 16
Octal 114 45 75 0 63 24 106 503 43 26
Binary 1001100 100101 111101 0 110011 10100 1000110 101000011 100011 10110

Color Harmonies of #4C253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C253D

Black with #4C253D

Text Example


Text Example

White with #4C253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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