Html Css Color HEX #611025 Pohutukawa

📋 copy color: '#611025'

red 97 ◦ green 16 ◦ blue 37

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

Shades of Pohutukawa #611025

Tints of Pohutukawa #611025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 64.67%
G = 10.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#611025 (or 0x611025) is known color: Pohutukawa. HEX triplet: 61, 10 and 25. RGB value is (97,16,37). Sum of RGB (Red+Green+Blue) = 97+16+37=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611025 is #9EEFDA. Grayscale: #2A2A2A. Windows color (decimal): -10416091 or 2429025. OLE color: 2429025.

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

Color convert

RGB 97 16 37 -
CMYK 0 0.84 0.62 0.62
HSL 344.44º 0.72% 0.22% -
HSV(B) 344.44º 0.84% 0.38% -
XYZ 5.45 3.05 2.05 -
YUV 42.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 97 16 37 0 0.84 0.62 0.62 344.44 0.72 0.22
Hex 61 10 25 0 54 3E 3E 158 48 16
Octal 141 20 45 0 124 76 76 530 110 26
Binary 1100001 10000 100101 0 1010100 111110 111110 101011000 1001000 10110

Color Harmonies of #611025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611025

Black with #611025

Text Example


Text Example

White with #611025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611025; }

 p { color: rgb(97,16,37); }

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

background-color css

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

 a { background-color: rgb(97,16,37); }

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

border-color css

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

 span { border-color: rgb(97,16,37); }

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