Html Css Color HEX #09413F Cyprus

📋 copy color: '#09413F'

red 9 ◦ green 65 ◦ blue 63

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

Shades of Cyprus #09413F

Tints of Cyprus #09413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.99%

R = 6.57%
G = 47.45%
B = 45.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#09413F (or 0x09413F) is known color: Cyprus. HEX triplet: 09, 41 and 3F. RGB value is (9,65,63). Sum of RGB (Red+Green+Blue) = 9+65+63=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #09413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413F is #F6BEC0. Grayscale: #2F2F2F. Windows color (decimal): -16170689 or 4145417. OLE color: 4145417.

HSL color Cylindrical-coordinate representation of color #09413F: hue angle of 177.86º 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 #09413F is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 63 -
CMYK 0.86 0 0.03 0.75
HSL 177.86º 0.76% 0.15% -
HSV(B) 177.86º 0.86% 0.25% -
XYZ 2.9 4.2 5.36 -
YUV 48.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 9 65 63 0.86 0 0.03 0.75 177.86 0.76 0.15
Hex 9 41 3F 56 0 3 4B B2 4C F
Octal 11 101 77 126 0 3 113 262 114 17
Binary 1001 1000001 111111 1010110 0 11 1001011 10110010 1001100 1111

Color Harmonies of #09413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09413F

Black with #09413F

Text Example


Text Example

White with #09413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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