Html Css Color HEX #4A283D Barossa

📋 copy color: '#4A283D'

red 74 ◦ green 40 ◦ blue 61

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

Shades of Barossa #4A283D

Tints of Barossa #4A283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 42.29%
G = 22.86%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A283D (or 0x4A283D) is known color: Barossa. HEX triplet: 4A, 28 and 3D. RGB value is (74,40,61). Sum of RGB (Red+Green+Blue) = 74+40+61=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A283D is #B5D7C2. Grayscale: #343434. Windows color (decimal): -11917251 or 4008010. OLE color: 4008010.

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

Color convert

RGB 74 40 61 -
CMYK 0 0.46 0.18 0.71
HSL 322.94º 0.3% 0.22% -
HSV(B) 322.94º 0.46% 0.29% -
XYZ 4.43 3.31 4.82 -
YUV 52.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 74 40 61 0 0.46 0.18 0.71 322.94 0.3 0.22
Hex 4A 28 3D 0 2E 12 47 143 1E 16
Octal 112 50 75 0 56 22 107 503 36 26
Binary 1001010 101000 111101 0 101110 10010 1000111 101000011 11110 10110

Color Harmonies of #4A283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A283D

Black with #4A283D

Text Example


Text Example

White with #4A283D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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