Html Css Color HEX #641719 Pohutukawa

📋 copy color: '#641719'

red 100 ◦ green 23 ◦ blue 25

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

Shades of Pohutukawa #641719

Tints of Pohutukawa #641719

RGB

 RED value IS 100 (39.45% from 255) = 67.57%

 GREEN value IS 23 (9.38% from 255) = 15.54%

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 67.57%
G = 15.54%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#641719 (or 0x641719) is known color: Pohutukawa. HEX triplet: 64, 17 and 19. RGB value is (100,23,25). Sum of RGB (Red+Green+Blue) = 100+23+25=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #641719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641719 is #9BE8E6. Grayscale: #2E2E2E. Windows color (decimal): -10217703 or 1644388. OLE color: 1644388.

HSL color Cylindrical-coordinate representation of color #641719: hue angle of 358.44º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641719 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 25 -
CMYK 0 0.77 0.75 0.61
HSL 358.44º 0.63% 0.24% -
HSV(B) 358.44º 0.77% 0.39% -
XYZ 5.74 3.39 1.27 -
YUV 46.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 100 23 25 0 0.77 0.75 0.61 358.44 0.63 0.24
Hex 64 17 19 0 4D 4B 3D 166 3F 18
Octal 144 27 31 0 115 113 75 546 77 30
Binary 1100100 10111 11001 0 1001101 1001011 111101 101100110 111111 11000

Color Harmonies of #641719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641719

Black with #641719

Text Example


Text Example

White with #641719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641719; }

 p { color: rgb(100,23,25); }

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

background-color css

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

 a { background-color: rgb(100,23,25); }

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

border-color css

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

 span { border-color: rgb(100,23,25); }

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