Html Css Color HEX #962741 Bright Red

📋 copy color: '#962741'

red 150 ◦ green 39 ◦ blue 65

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

Shades of Bright Red #962741

Tints of Bright Red #962741

RGB

 RED value IS 150 (58.98% from 255) = 59.06%

 GREEN value IS 39 (15.63% from 255) = 15.35%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 59.06%
G = 15.35%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#962741 (or 0x962741) is known color: Bright Red. HEX triplet: 96, 27 and 41. RGB value is (150,39,65). Sum of RGB (Red+Green+Blue) = 150+39+65=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #962741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962741 is #69D8BE. Grayscale: #4B4B4B. Windows color (decimal): -6936767 or 4269974. OLE color: 4269974.

HSL color Cylindrical-coordinate representation of color #962741: hue angle of 345.95º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962741 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 65 -
CMYK 0 0.74 0.57 0.41
HSL 345.95º 0.59% 0.37% -
HSV(B) 345.95º 0.74% 0.59% -
XYZ 14.26 8.32 5.85 -
YUV 75.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 150 39 65 0 0.74 0.57 0.41 345.95 0.59 0.37
Hex 96 27 41 0 4A 39 29 15A 3B 25
Octal 226 47 101 0 112 71 51 532 73 45
Binary 10010110 100111 1000001 0 1001010 111001 101001 101011010 111011 100101

Color Harmonies of #962741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962741

Black with #962741

Text Example


Text Example

White with #962741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962741; }

 p { color: rgb(150,39,65); }

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

background-color css

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

 a { background-color: rgb(150,39,65); }

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

border-color css

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

 span { border-color: rgb(150,39,65); }

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