Html Css Color HEX #75262B Tamarillo

📋 copy color: '#75262B'

red 117 ◦ green 38 ◦ blue 43

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

Shades of Tamarillo #75262B

Tints of Tamarillo #75262B

RGB

 RED value IS 117 (46.09% from 255) = 59.09%

 GREEN value IS 38 (15.23% from 255) = 19.19%

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 59.09%
G = 19.19%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75262B (or 0x75262B) is known color: Tamarillo. HEX triplet: 75, 26 and 2B. RGB value is (117,38,43). Sum of RGB (Red+Green+Blue) = 117+38+43=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75262B is #8AD9D4. Grayscale: #3E3E3E. Windows color (decimal): -9099733 or 2827893. OLE color: 2827893.

HSL color Cylindrical-coordinate representation of color #75262B: hue angle of 356.2º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75262B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 43 -
CMYK 0 0.68 0.63 0.54
HSL 356.2º 0.51% 0.3% -
HSV(B) 356.2º 0.68% 0.46% -
XYZ 8.47 5.34 2.87 -
YUV 62.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 117 38 43 0 0.68 0.63 0.54 356.2 0.51 0.3
Hex 75 26 2B 0 44 3F 36 164 33 1E
Octal 165 46 53 0 104 77 66 544 63 36
Binary 1110101 100110 101011 0 1000100 111111 110110 101100100 110011 11110

Color Harmonies of #75262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75262B

Black with #75262B

Text Example


Text Example

White with #75262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75262B; }

 p { color: rgb(117,38,43); }

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

background-color css

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

 a { background-color: rgb(117,38,43); }

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

border-color css

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

 span { border-color: rgb(117,38,43); }

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