Html Css Color HEX #462438 Barossa

📋 copy color: '#462438'

red 70 ◦ green 36 ◦ blue 56

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

Shades of Barossa #462438

Tints of Barossa #462438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

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

R = 43.21%
G = 22.22%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#462438 (or 0x462438) is known color: Barossa. HEX triplet: 46, 24 and 38. RGB value is (70,36,56). Sum of RGB (Red+Green+Blue) = 70+36+56=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462438 is #B9DBC7. Grayscale: #303030. Windows color (decimal): -12180424 or 3679302. OLE color: 3679302.

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

Color convert

RGB 70 36 56 -
CMYK 0 0.49 0.20 0.73
HSL 324.71º 0.32% 0.21% -
HSV(B) 324.71º 0.49% 0.27% -
XYZ 3.87 2.85 4.09 -
YUV 48.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 70 36 56 0 0.49 0.20 0.73 324.71 0.32 0.21
Hex 46 24 38 0 31 14 49 145 20 15
Octal 106 44 70 0 61 24 111 505 40 25
Binary 1000110 100100 111000 0 110001 10100 1001001 101000101 100000 10101

Color Harmonies of #462438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462438

Black with #462438

Text Example


Text Example

White with #462438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462438; }

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

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

background-color css

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

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

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

border-color css

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

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

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