Html Css Color HEX #4D263F Barossa

📋 copy color: '#4D263F'

red 77 ◦ green 38 ◦ blue 63

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

Shades of Barossa #4D263F

Tints of Barossa #4D263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 43.26%
G = 21.35%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D263F (or 0x4D263F) is known color: Barossa. HEX triplet: 4D, 26 and 3F. RGB value is (77,38,63). Sum of RGB (Red+Green+Blue) = 77+38+63=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D263F is #B2D9C0. Grayscale: #343434. Windows color (decimal): -11721153 or 4138573. OLE color: 4138573.

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

Color convert

RGB 77 38 63 -
CMYK 0 0.51 0.18 0.70
HSL 321.54º 0.34% 0.23% -
HSV(B) 321.54º 0.51% 0.3% -
XYZ 4.65 3.32 5.1 -
YUV 52.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 77 38 63 0 0.51 0.18 0.70 321.54 0.34 0.23
Hex 4D 26 3F 0 33 12 46 142 22 17
Octal 115 46 77 0 63 22 106 502 42 27
Binary 1001101 100110 111111 0 110011 10010 1000110 101000010 100010 10111

Color Harmonies of #4D263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D263F

Black with #4D263F

Text Example


Text Example

White with #4D263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,38,63); }

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

background-color css

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

 a { background-color: rgb(77,38,63); }

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

border-color css

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

 span { border-color: rgb(77,38,63); }

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