Html Css Color HEX #9B413A Cognac

📋 copy color: '#9B413A'

red 155 ◦ green 65 ◦ blue 58

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

Shades of Cognac #9B413A

Tints of Cognac #9B413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 55.76%
G = 23.38%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B413A (or 0x9B413A) is known color: Cognac. HEX triplet: 9B, 41 and 3A. RGB value is (155,65,58). Sum of RGB (Red+Green+Blue) = 155+65+58=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B413A is #64BEC5. Grayscale: #5B5B5B. Windows color (decimal): -6602438 or 3817883. OLE color: 3817883.

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

Color convert

RGB 155 65 58 -
CMYK 0 0.58 0.63 0.39
HSL 4.33º 0.46% 0.42% -
HSV(B) 4.33º 0.63% 0.61% -
XYZ 16.17 11.05 5.28 -
YUV 91.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 155 65 58 0 0.58 0.63 0.39 4.33 0.46 0.42
Hex 9B 41 3A 0 3A 3F 27 4 2E 2A
Octal 233 101 72 0 72 77 47 4 56 52
Binary 10011011 1000001 111010 0 111010 111111 100111 100 101110 101010

Color Harmonies of #9B413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B413A

Black with #9B413A

Text Example


Text Example

White with #9B413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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