Html Css Color HEX #61071F Pohutukawa

📋 copy color: '#61071F'

red 97 ◦ green 7 ◦ blue 31

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

Shades of Pohutukawa #61071F

Tints of Pohutukawa #61071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.19%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 71.85%
G = 5.19%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61071F (or 0x61071F) is known color: Pohutukawa. HEX triplet: 61, 07 and 1F. RGB value is (97,7,31). Sum of RGB (Red+Green+Blue) = 97+7+31=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #61071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61071F is #9EF8E0. Grayscale: #242424. Windows color (decimal): -10418401 or 2033505. OLE color: 2033505.

HSL color Cylindrical-coordinate representation of color #61071F: hue angle of 344º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61071F is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 31 -
CMYK 0 0.93 0.68 0.62
HSL 344º 0.87% 0.2% -
HSV(B) 344º 0.93% 0.38% -
XYZ 5.25 2.79 1.56 -
YUV 36.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 97 7 31 0 0.93 0.68 0.62 344 0.87 0.2
Hex 61 7 1F 0 5D 44 3E 158 57 14
Octal 141 7 37 0 135 104 76 530 127 24
Binary 1100001 111 11111 0 1011101 1000100 111110 101011000 1010111 10100

Color Harmonies of #61071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61071F

Black with #61071F

Text Example


Text Example

White with #61071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,7,31); }

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

background-color css

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

 a { background-color: rgb(97,7,31); }

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

border-color css

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

 span { border-color: rgb(97,7,31); }

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