Html Css Color HEX #611F23 Pohutukawa

📋 copy color: '#611F23'

red 97 ◦ green 31 ◦ blue 35

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

Shades of Pohutukawa #611F23

Tints of Pohutukawa #611F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 35 (14.06% from 255) = 21.47%

R = 59.51%
G = 19.02%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#611F23 (or 0x611F23) is known color: Pohutukawa. HEX triplet: 61, 1F and 23. RGB value is (97,31,35). Sum of RGB (Red+Green+Blue) = 97+31+35=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F23 is #9EE0DC. Grayscale: #333333. Windows color (decimal): -10412253 or 2301793. OLE color: 2301793.

HSL color Cylindrical-coordinate representation of color #611F23: hue angle of 356.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F23 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 35 -
CMYK 0 0.68 0.64 0.62
HSL 356.36º 0.52% 0.25% -
HSV(B) 356.36º 0.68% 0.38% -
XYZ 5.72 3.64 1.99 -
YUV 51.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 97 31 35 0 0.68 0.64 0.62 356.36 0.52 0.25
Hex 61 1F 23 0 44 40 3E 164 34 19
Octal 141 37 43 0 104 100 76 544 64 31
Binary 1100001 11111 100011 0 1000100 1000000 111110 101100100 110100 11001

Color Harmonies of #611F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F23

Black with #611F23

Text Example


Text Example

White with #611F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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