Html Css Color HEX #431525 Castro

📋 copy color: '#431525'

red 67 ◦ green 21 ◦ blue 37

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

Shades of Castro #431525

Tints of Castro #431525

RGB

 RED value IS 67 (26.56% from 255) = 53.6%

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 53.6%
G = 16.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#431525 (or 0x431525) is known color: Castro. HEX triplet: 43, 15 and 25. RGB value is (67,21,37). Sum of RGB (Red+Green+Blue) = 67+21+37=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431525 is #BCEADA. Grayscale: #242424. Windows color (decimal): -12380891 or 2430275. OLE color: 2430275.

HSL color Cylindrical-coordinate representation of color #431525: hue angle of 339.13º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431525 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 21 37 -
CMYK 0 0.69 0.45 0.74
HSL 339.13º 0.52% 0.17% -
HSV(B) 339.13º 0.69% 0.26% -
XYZ 2.92 1.86 1.96 -
YUV 36.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 67 21 37 0 0.69 0.45 0.74 339.13 0.52 0.17
Hex 43 15 25 0 45 2D 4A 153 34 11
Octal 103 25 45 0 105 55 112 523 64 21
Binary 1000011 10101 100101 0 1000101 101101 1001010 101010011 110100 10001

Color Harmonies of #431525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431525

Black with #431525

Text Example


Text Example

White with #431525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431525; }

 p { color: rgb(67,21,37); }

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

background-color css

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

 a { background-color: rgb(67,21,37); }

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

border-color css

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

 span { border-color: rgb(67,21,37); }

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