Html Css Color HEX #530101 Seal Brown

📋 copy color: '#530101'

red 83 ◦ green 1 ◦ blue 1

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

Shades of Seal Brown #530101

Tints of Seal Brown #530101

RGB

 RED value IS 83 (32.81% from 255) = 97.65%

 GREEN value IS 1 (0.78% from 255) = 1.18%

 BLUE value IS 1 (0.78% from 255) = 1.18%

R = 97.65%
G = 1.18%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#530101 (or 0x530101) is known color: Seal Brown. HEX triplet: 53, 01 and 01. RGB value is (83,1,1). Sum of RGB (Red+Green+Blue) = 83+1+1=85 (11% of max value = 765). Red value is 83 (32.81% from 255 or 97.65% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 83 - color contains mainly: red. Hex color #530101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530101 is #ACFEFE. Grayscale: #191919. Windows color (decimal): -11337471 or 65875. OLE color: 65875.

HSL color Cylindrical-coordinate representation of color #530101: hue angle of 0º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 1 -
CMYK 0 0.99 0.99 0.67
HSL 0.98% 0.16% -
HSV(B) 0.99% 0.33% -
XYZ 3.58 1.86 0.2 -
YUV 25.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 83 1 1 0 0.99 0.99 0.67 0 0.98 0.16
Hex 53 1 1 0 63 63 43 0 62 10
Octal 123 1 1 0 143 143 103 0 142 20
Binary 1010011 1 1 0 1100011 1100011 1000011 0 1100010 10000

Color Harmonies of #530101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530101

Black with #530101

Text Example


Text Example

White with #530101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530101; }

 p { color: rgb(83,1,1); }

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

background-color css

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

 a { background-color: rgb(83,1,1); }

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

border-color css

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

 span { border-color: rgb(83,1,1); }

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