Html Css Color HEX #423139 Barossa

📋 copy color: '#423139'

red 66 ◦ green 49 ◦ blue 57

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

Shades of Barossa #423139

Tints of Barossa #423139

RGB

 RED value IS 66 (26.17% from 255) = 38.37%

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 38.37%
G = 28.49%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#423139 (or 0x423139) is known color: Barossa. HEX triplet: 42, 31 and 39. RGB value is (66,49,57). Sum of RGB (Red+Green+Blue) = 66+49+57=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423139 is #BDCEC6. Grayscale: #363636. Windows color (decimal): -12439239 or 3748162. OLE color: 3748162.

HSL color Cylindrical-coordinate representation of color #423139: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423139 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 49 57 -
CMYK 0 0.26 0.14 0.74
HSL 331.76º 0.15% 0.23% -
HSV(B) 331.76º 0.26% 0.26% -
XYZ 4.08 3.65 4.36 -
YUV 55 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 66 49 57 0 0.26 0.14 0.74 331.76 0.15 0.23
Hex 42 31 39 0 1A E 4A 14C F 17
Octal 102 61 71 0 32 16 112 514 17 27
Binary 1000010 110001 111001 0 11010 1110 1001010 101001100 1111 10111

Color Harmonies of #423139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423139

Black with #423139

Text Example


Text Example

White with #423139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423139; }

 p { color: rgb(66,49,57); }

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

background-color css

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

 a { background-color: rgb(66,49,57); }

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

border-color css

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

 span { border-color: rgb(66,49,57); }

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