#914B35

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

Shades of Paarl #914B35

Tints of Paarl #914B35

Color information

#914B35 (or 0x914B35) is unknown color: approx Paarl. HEX triplet: 91, 4B and 35. RGB value is (145,75,53). Sum of RGB (Red+Green+Blue) = 145+75+53=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #914B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914B35 is #6EB4CA. Grayscale: #5D5D5D. Windows color (decimal): -7255243 or 3492753. OLE color: 3492753.

HSL color Cylindrical-coordinate representation of color #914B35: hue angle of 14.35º 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 #914B35 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1457553-
CMYK00.480.630.43
HSL14.35º46.46%38.82%-
HSV(B)14.35º63.45%56.86%-
XYZ14.8411.314.77-
YUV93.42105.19164.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=53.11%
G=27.47%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145755300.480.630.4314.3546.4638.82
Hex914B350303F2Be2e27
Octal221113650607753165647
Binary10010001100101111010101100001111111010111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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