Html Css Color HEX #531A2F Castro

📋 copy color: '#531A2F'

red 83 ◦ green 26 ◦ blue 47

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

Shades of Castro #531A2F

Tints of Castro #531A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 53.21%
G = 16.67%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#531A2F (or 0x531A2F) is known color: Castro. HEX triplet: 53, 1A and 2F. RGB value is (83,26,47). Sum of RGB (Red+Green+Blue) = 83+26+47=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2F is #ACE5D0. Grayscale: #2D2D2D. Windows color (decimal): -11331025 or 3086931. OLE color: 3086931.

HSL color Cylindrical-coordinate representation of color #531A2F: hue angle of 337.89º 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 #531A2F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 47 -
CMYK 0 0.69 0.43 0.67
HSL 337.89º 0.52% 0.21% -
HSV(B) 337.89º 0.69% 0.33% -
XYZ 4.45 2.78 2.99 -
YUV 45.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 83 26 47 0 0.69 0.43 0.67 337.89 0.52 0.21
Hex 53 1A 2F 0 45 2B 43 152 34 15
Octal 123 32 57 0 105 53 103 522 64 25
Binary 1010011 11010 101111 0 1000101 101011 1000011 101010010 110100 10101

Color Harmonies of #531A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A2F

Black with #531A2F

Text Example


Text Example

White with #531A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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