Html Css Color HEX #531A30 Castro

📋 copy color: '#531A30'

red 83 ◦ green 26 ◦ blue 48

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

Shades of Castro #531A30

Tints of Castro #531A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 52.87%
G = 16.56%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#531A30 (or 0x531A30) is known color: Castro. HEX triplet: 53, 1A and 30. RGB value is (83,26,48). Sum of RGB (Red+Green+Blue) = 83+26+48=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A30 is #ACE5CF. Grayscale: #2D2D2D. Windows color (decimal): -11331024 or 3152467. OLE color: 3152467.

HSL color Cylindrical-coordinate representation of color #531A30: hue angle of 336.84º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A30 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 48 -
CMYK 0 0.69 0.42 0.67
HSL 336.84º 0.52% 0.21% -
HSV(B) 336.84º 0.69% 0.33% -
XYZ 4.47 2.79 3.1 -
YUV 45.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 83 26 48 0 0.69 0.42 0.67 336.84 0.52 0.21
Hex 53 1A 30 0 45 2A 43 151 34 15
Octal 123 32 60 0 105 52 103 521 64 25
Binary 1010011 11010 110000 0 1000101 101010 1000011 101010001 110100 10101

Color Harmonies of #531A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A30

Black with #531A30

Text Example


Text Example

White with #531A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A30; }

 p { color: rgb(83,26,48); }

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

background-color css

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

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

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

border-color css

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

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

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