Html Css Color HEX #431625 Castro

📋 copy color: '#431625'

red 67 ◦ green 22 ◦ blue 37

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

Shades of Castro #431625

Tints of Castro #431625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 53.17%
G = 17.46%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#431625 (or 0x431625) is known color: Castro. HEX triplet: 43, 16 and 25. RGB value is (67,22,37). Sum of RGB (Red+Green+Blue) = 67+22+37=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431625 is #BCE9DA. Grayscale: #252525. Windows color (decimal): -12380635 or 2430531. OLE color: 2430531.

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

Color convert

RGB 67 22 37 -
CMYK 0 0.67 0.45 0.74
HSL 340º 0.51% 0.17% -
HSV(B) 340º 0.67% 0.26% -
XYZ 2.94 1.9 1.96 -
YUV 37.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 67 22 37 0 0.67 0.45 0.74 340 0.51 0.17
Hex 43 16 25 0 43 2D 4A 154 33 11
Octal 103 26 45 0 103 55 112 524 63 21
Binary 1000011 10110 100101 0 1000011 101101 1001010 101010100 110011 10001

Color Harmonies of #431625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431625

Black with #431625

Text Example


Text Example

White with #431625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431625; }

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

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

background-color css

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

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

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

border-color css

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

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

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