Html Css Color HEX #610F26 Pohutukawa

📋 copy color: '#610F26'

red 97 ◦ green 15 ◦ blue 38

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

Shades of Pohutukawa #610F26

Tints of Pohutukawa #610F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.33%

R = 64.67%
G = 10%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#610F26 (or 0x610F26) is known color: Pohutukawa. HEX triplet: 61, 0F and 26. RGB value is (97,15,38). Sum of RGB (Red+Green+Blue) = 97+15+38=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F26 is #9EF0D9. Grayscale: #2A2A2A. Windows color (decimal): -10416346 or 2494305. OLE color: 2494305.

HSL color Cylindrical-coordinate representation of color #610F26: hue angle of 343.17º 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 #610F26 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 38 -
CMYK 0 0.85 0.61 0.62
HSL 343.17º 0.73% 0.22% -
HSV(B) 343.17º 0.85% 0.38% -
XYZ 5.45 3.02 2.13 -
YUV 42.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 97 15 38 0 0.85 0.61 0.62 343.17 0.73 0.22
Hex 61 F 26 0 55 3D 3E 157 49 16
Octal 141 17 46 0 125 75 76 527 111 26
Binary 1100001 1111 100110 0 1010101 111101 111110 101010111 1001001 10110

Color Harmonies of #610F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F26

Black with #610F26

Text Example


Text Example

White with #610F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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