Html Css Color HEX #83423A Red Robin

📋 copy color: '#83423A'

red 131 ◦ green 66 ◦ blue 58

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

Shades of Red Robin #83423A

Tints of Red Robin #83423A

RGB

 RED value IS 131 (51.56% from 255) = 51.37%

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 51.37%
G = 25.88%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83423A (or 0x83423A) is known color: Red Robin. HEX triplet: 83, 42 and 3A. RGB value is (131,66,58). Sum of RGB (Red+Green+Blue) = 131+66+58=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83423A is #7CBDC5. Grayscale: #545454. Windows color (decimal): -8175046 or 3818115. OLE color: 3818115.

HSL color Cylindrical-coordinate representation of color #83423A: hue angle of 6.58º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83423A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 58 -
CMYK 0 0.50 0.56 0.49
HSL 6.58º 0.39% 0.37% -
HSV(B) 6.58º 0.56% 0.51% -
XYZ 12.07 9.03 5.11 -
YUV 84.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 131 66 58 0 0.50 0.56 0.49 6.58 0.39 0.37
Hex 83 42 3A 0 32 38 31 7 27 25
Octal 203 102 72 0 62 70 61 7 47 45
Binary 10000011 1000010 111010 0 110010 111000 110001 111 100111 100101

Color Harmonies of #83423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83423A

Black with #83423A

Text Example


Text Example

White with #83423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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