Html Css Color HEX #09413A Cyprus

📋 copy color: '#09413A'

red 9 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #09413A

Tints of Cyprus #09413A

RGB

 RED value IS 9 (3.91% from 255) = 6.82%

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

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

R = 6.82%
G = 49.24%
B = 43.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#09413A (or 0x09413A) is known color: Cyprus. HEX triplet: 09, 41 and 3A. RGB value is (9,65,58). Sum of RGB (Red+Green+Blue) = 9+65+58=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #09413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413A is #F6BEC5. Grayscale: #2F2F2F. Windows color (decimal): -16170694 or 3817737. OLE color: 3817737.

HSL color Cylindrical-coordinate representation of color #09413A: hue angle of 172.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09413A is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 58 -
CMYK 0.86 0 0.11 0.75
HSL 172.5º 0.76% 0.15% -
HSV(B) 172.5º 0.86% 0.25% -
XYZ 2.77 4.14 4.66 -
YUV 47.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 9 65 58 0.86 0 0.11 0.75 172.5 0.76 0.15
Hex 9 41 3A 56 0 B 4B AC 4C F
Octal 11 101 72 126 0 13 113 254 114 17
Binary 1001 1000001 111010 1010110 0 1011 1001011 10101100 1001100 1111

Color Harmonies of #09413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09413A

Black with #09413A

Text Example


Text Example

White with #09413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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