Html Css Color HEX #610F29 Pohutukawa

📋 copy color: '#610F29'

red 97 ◦ green 15 ◦ blue 41

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

Shades of Pohutukawa #610F29

Tints of Pohutukawa #610F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.8%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 63.4%
G = 9.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#610F29 (or 0x610F29) is known color: Pohutukawa. HEX triplet: 61, 0F and 29. RGB value is (97,15,41). Sum of RGB (Red+Green+Blue) = 97+15+41=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F29 is #9EF0D6. Grayscale: #2A2A2A. Windows color (decimal): -10416343 or 2690913. OLE color: 2690913.

HSL color Cylindrical-coordinate representation of color #610F29: hue angle of 340.98º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F29 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 41 -
CMYK 0 0.85 0.58 0.62
HSL 340.98º 0.73% 0.22% -
HSV(B) 340.98º 0.85% 0.38% -
XYZ 5.5 3.04 2.4 -
YUV 42.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 97 15 41 0 0.85 0.58 0.62 340.98 0.73 0.22
Hex 61 F 29 0 55 3A 3E 155 49 16
Octal 141 17 51 0 125 72 76 525 111 26
Binary 1100001 1111 101001 0 1010101 111010 111110 101010101 1001001 10110

Color Harmonies of #610F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F29

Black with #610F29

Text Example


Text Example

White with #610F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610F29; }

 p { color: rgb(97,15,41); }

 H1.HeaderClassName
 {
   color: #610F29;
 }
 .AnyTagClassName
 {
   color: #610F29;
 }
</style>

background-color css

<style>
 a { background-color: #610F29; }

 a { background-color: rgb(97,15,41); }

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

border-color css

<style>
 span { border-color: #610F29; }

 span { border-color: rgb(97,15,41); }

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