Html Css Color HEX #423A3D Barossa

📋 copy color: '#423A3D'

red 66 ◦ green 58 ◦ blue 61

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

Shades of Barossa #423A3D

Tints of Barossa #423A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

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

R = 35.68%
G = 31.35%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#423A3D (or 0x423A3D) is known color: Barossa. HEX triplet: 42, 3A and 3D. RGB value is (66,58,61). Sum of RGB (Red+Green+Blue) = 66+58+61=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 66 - color contains mainly: red. Hex color #423A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A3D is #BDC5C2. Grayscale: #3C3C3C. Windows color (decimal): -12436931 or 4012610. OLE color: 4012610.

HSL color Cylindrical-coordinate representation of color #423A3D: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #423A3D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 61 -
CMYK 0 0.12 0.08 0.74
HSL 337.5º 0.06% 0.24% -
HSV(B) 337.5º 0.12% 0.26% -
XYZ 4.6 4.52 5.05 -
YUV 60.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 66 58 61 0 0.12 0.08 0.74 337.5 0.06 0.24
Hex 42 3A 3D 0 C 8 4A 152 6 18
Octal 102 72 75 0 14 10 112 522 6 30
Binary 1000010 111010 111101 0 1100 1000 1001010 101010010 110 11000

Color Harmonies of #423A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A3D

Black with #423A3D

Text Example


Text Example

White with #423A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423A3D; }

 p { color: rgb(66,58,61); }

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

background-color css

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

 a { background-color: rgb(66,58,61); }

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

border-color css

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

 span { border-color: rgb(66,58,61); }

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