Html Css Color HEX #610D28 Pohutukawa

📋 copy color: '#610D28'

red 97 ◦ green 13 ◦ blue 40

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

Shades of Pohutukawa #610D28

Tints of Pohutukawa #610D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.67%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 64.67%
G = 8.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#610D28 (or 0x610D28) is known color: Pohutukawa. HEX triplet: 61, 0D and 28. RGB value is (97,13,40). Sum of RGB (Red+Green+Blue) = 97+13+40=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D28 is #9EF2D7. Grayscale: #292929. Windows color (decimal): -10416856 or 2624865. OLE color: 2624865.

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

Color convert

RGB 97 13 40 -
CMYK 0 0.87 0.59 0.62
HSL 340.71º 0.76% 0.22% -
HSV(B) 340.71º 0.87% 0.38% -
XYZ 5.46 2.98 2.3 -
YUV 41.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 97 13 40 0 0.87 0.59 0.62 340.71 0.76 0.22
Hex 61 D 28 0 57 3B 3E 155 4C 16
Octal 141 15 50 0 127 73 76 525 114 26
Binary 1100001 1101 101000 0 1010111 111011 111110 101010101 1001100 10110

Color Harmonies of #610D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D28

Black with #610D28

Text Example


Text Example

White with #610D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,13,40); }

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

background-color css

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

 a { background-color: rgb(97,13,40); }

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

border-color css

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

 span { border-color: rgb(97,13,40); }

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