Html Css Color HEX #61091F Pohutukawa

📋 copy color: '#61091F'

red 97 ◦ green 9 ◦ blue 31

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

Shades of Pohutukawa #61091F

Tints of Pohutukawa #61091F

RGB

 RED value IS 97 (38.28% from 255) = 70.8%

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

 BLUE value IS 31 (12.5% from 255) = 22.63%

R = 70.8%
G = 6.57%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61091F (or 0x61091F) is known color: Pohutukawa. HEX triplet: 61, 09 and 1F. RGB value is (97,9,31). Sum of RGB (Red+Green+Blue) = 97+9+31=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #61091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61091F is #9EF6E0. Grayscale: #252525. Windows color (decimal): -10417889 or 2034017. OLE color: 2034017.

HSL color Cylindrical-coordinate representation of color #61091F: hue angle of 345º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61091F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 9 31 -
CMYK 0 0.91 0.68 0.62
HSL 345º 0.83% 0.21% -
HSV(B) 345º 0.91% 0.38% -
XYZ 5.27 2.84 1.57 -
YUV 37.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 97 9 31 0 0.91 0.68 0.62 345 0.83 0.21
Hex 61 9 1F 0 5B 44 3E 159 53 15
Octal 141 11 37 0 133 104 76 531 123 25
Binary 1100001 1001 11111 0 1011011 1000100 111110 101011001 1010011 10101

Color Harmonies of #61091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61091F

Black with #61091F

Text Example


Text Example

White with #61091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,9,31); }

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

background-color css

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

 a { background-color: rgb(97,9,31); }

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

border-color css

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

 span { border-color: rgb(97,9,31); }

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