Html Css Color HEX #462338 Barossa

📋 copy color: '#462338'

red 70 ◦ green 35 ◦ blue 56

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

Shades of Barossa #462338

Tints of Barossa #462338

RGB

 RED value IS 70 (27.73% from 255) = 43.48%

 GREEN value IS 35 (14.06% from 255) = 21.74%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 43.48%
G = 21.74%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#462338 (or 0x462338) is known color: Barossa. HEX triplet: 46, 23 and 38. RGB value is (70,35,56). Sum of RGB (Red+Green+Blue) = 70+35+56=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462338 is #B9DCC7. Grayscale: #2F2F2F. Windows color (decimal): -12180680 or 3679046. OLE color: 3679046.

HSL color Cylindrical-coordinate representation of color #462338: hue angle of 324º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462338 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 56 -
CMYK 0 0.5 0.20 0.73
HSL 324º 0.33% 0.21% -
HSV(B) 324º 0.5% 0.27% -
XYZ 3.84 2.79 4.08 -
YUV 47.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 70 35 56 0 0.5 0.20 0.73 324 0.33 0.21
Hex 46 23 38 0 32 14 49 144 21 15
Octal 106 43 70 0 62 24 111 504 41 25
Binary 1000110 100011 111000 0 110010 10100 1001001 101000100 100001 10101

Color Harmonies of #462338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462338

Black with #462338

Text Example


Text Example

White with #462338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462338; }

 p { color: rgb(70,35,56); }

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

background-color css

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

 a { background-color: rgb(70,35,56); }

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

border-color css

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

 span { border-color: rgb(70,35,56); }

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