Html Css Color HEX #4A253D Barossa

📋 copy color: '#4A253D'

red 74 ◦ green 37 ◦ blue 61

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

Shades of Barossa #4A253D

Tints of Barossa #4A253D

RGB

 RED value IS 74 (29.3% from 255) = 43.02%

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

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

R = 43.02%
G = 21.51%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A253D (or 0x4A253D) is known color: Barossa. HEX triplet: 4A, 25 and 3D. RGB value is (74,37,61). Sum of RGB (Red+Green+Blue) = 74+37+61=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A253D is #B5DAC2. Grayscale: #323232. Windows color (decimal): -11918019 or 4007242. OLE color: 4007242.

HSL color Cylindrical-coordinate representation of color #4A253D: hue angle of 321.08º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A253D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 37 61 -
CMYK 0 0.50 0.18 0.71
HSL 321.08º 0.33% 0.22% -
HSV(B) 321.08º 0.5% 0.29% -
XYZ 4.33 3.12 4.79 -
YUV 50.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 74 37 61 0 0.50 0.18 0.71 321.08 0.33 0.22
Hex 4A 25 3D 0 32 12 47 141 21 16
Octal 112 45 75 0 62 22 107 501 41 26
Binary 1001010 100101 111101 0 110010 10010 1000111 101000001 100001 10110

Color Harmonies of #4A253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A253D

Black with #4A253D

Text Example


Text Example

White with #4A253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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