Html Css Color HEX #09413D Cyprus

📋 copy color: '#09413D'

red 9 ◦ green 65 ◦ blue 61

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

Shades of Cyprus #09413D

Tints of Cyprus #09413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 6.67%
G = 48.15%
B = 45.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#09413D (or 0x09413D) is known color: Cyprus. HEX triplet: 09, 41 and 3D. RGB value is (9,65,61). Sum of RGB (Red+Green+Blue) = 9+65+61=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #09413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413D is #F6BEC2. Grayscale: #2F2F2F. Windows color (decimal): -16170691 or 4014345. OLE color: 4014345.

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

Color convert

RGB 9 65 61 -
CMYK 0.86 0 0.06 0.75
HSL 175.71º 0.76% 0.15% -
HSV(B) 175.71º 0.86% 0.25% -
XYZ 2.85 4.18 5.07 -
YUV 47.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 9 65 61 0.86 0 0.06 0.75 175.71 0.76 0.15
Hex 9 41 3D 56 0 6 4B B0 4C F
Octal 11 101 75 126 0 6 113 260 114 17
Binary 1001 1000001 111101 1010110 0 110 1001011 10110000 1001100 1111

Color Harmonies of #09413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09413D

Black with #09413D

Text Example


Text Example

White with #09413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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