#914A35

Color #914A35 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #914A35

Tints of Paarl #914A35

Color information

#914A35 (or 0x914A35) is unknown color: approx Paarl. HEX triplet: 91, 4A and 35. RGB value is (145,74,53). Sum of RGB (Red+Green+Blue) = 145+74+53=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #914A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A35 is #6EB5CA. Grayscale: #5C5C5C. Windows color (decimal): -7255499 or 3492497. OLE color: 3492497.

HSL color Cylindrical-coordinate representation of color #914A35: hue angle of 13.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914A35 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1457453-
CMYK00.490.630.43
HSL13.7º46.46%38.82%-
HSV(B)13.7º63.45%56.86%-
XYZ14.7711.174.75-
YUV92.84105.52165.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.31%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=53.31%
G=27.21%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145745300.490.630.4313.746.4638.82
Hex914A350313F2Be2e27
Octal221112650617753165647
Binary10010001100101011010101100011111111010111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914A35; }

 p { color: rgb(145,74,53); }

 H1.HeaderClassName
 {
   color: #914A35;
 }
 .AnyTagClassName
 {
   color: #914A35;
 }
</style>
background-color css

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

 a { background-color: rgb(145,74,53); }

 div.DivClassName
 {
   background-color: #914A35;
 }
 .BgClassName
 {
   background-color: #914A35;
 }
</style>
border-color css

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

 span { border-color: rgb(145,74,53); }

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