Html Css Color HEX #9B413B Cognac

📋 copy color: '#9B413B'

red 155 ◦ green 65 ◦ blue 59

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

Shades of Cognac #9B413B

Tints of Cognac #9B413B

RGB

 RED value IS 155 (60.94% from 255) = 55.56%

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 55.56%
G = 23.3%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9B413B (or 0x9B413B) is known color: Cognac. HEX triplet: 9B, 41 and 3B. RGB value is (155,65,59). Sum of RGB (Red+Green+Blue) = 155+65+59=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B413B is #64BEC4. Grayscale: #5B5B5B. Windows color (decimal): -6602437 or 3883419. OLE color: 3883419.

HSL color Cylindrical-coordinate representation of color #9B413B: hue angle of 3.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B413B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 59 -
CMYK 0 0.58 0.62 0.39
HSL 3.75º 0.45% 0.42% -
HSV(B) 3.75º 0.62% 0.61% -
XYZ 16.2 11.06 5.42 -
YUV 91.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 155 65 59 0 0.58 0.62 0.39 3.75 0.45 0.42
Hex 9B 41 3B 0 3A 3E 27 4 2D 2A
Octal 233 101 73 0 72 76 47 4 55 52
Binary 10011011 1000001 111011 0 111010 111110 100111 100 101101 101010

Color Harmonies of #9B413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B413B

Black with #9B413B

Text Example


Text Example

White with #9B413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B413B; }

 p { color: rgb(155,65,59); }

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

background-color css

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

 a { background-color: rgb(155,65,59); }

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

border-color css

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

 span { border-color: rgb(155,65,59); }

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