Html Css Color HEX #61010F Pohutukawa

📋 copy color: '#61010F'

red 97 ◦ green 1 ◦ blue 15

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

Shades of Pohutukawa #61010F

Tints of Pohutukawa #61010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 15 (6.25% from 255) = 13.27%

R = 85.84%
G = 0.88%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61010F (or 0x61010F) is known color: Pohutukawa. HEX triplet: 61, 01 and 0F. RGB value is (97,1,15). Sum of RGB (Red+Green+Blue) = 97+1+15=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #61010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61010F is #9EFEF0. Grayscale: #1F1F1F. Windows color (decimal): -10419953 or 983393. OLE color: 983393.

HSL color Cylindrical-coordinate representation of color #61010F: hue angle of 351.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 1 15 -
CMYK 0 0.99 0.85 0.62
HSL 351.25º 0.98% 0.19% -
HSV(B) 351.25º 0.99% 0.38% -
XYZ 5.03 2.6 0.69 -
YUV 31.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 97 1 15 0 0.99 0.85 0.62 351.25 0.98 0.19
Hex 61 1 F 0 63 55 3E 15F 62 13
Octal 141 1 17 0 143 125 76 537 142 23
Binary 1100001 1 1111 0 1100011 1010101 111110 101011111 1100010 10011

Color Harmonies of #61010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61010F

Black with #61010F

Text Example


Text Example

White with #61010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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