Html Css Color HEX #68171F Pohutukawa

📋 copy color: '#68171F'

red 104 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #68171F

Tints of Pohutukawa #68171F

RGB

 RED value IS 104 (41.02% from 255) = 65.82%

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

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

R = 65.82%
G = 14.56%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68171F (or 0x68171F) is known color: Pohutukawa. HEX triplet: 68, 17 and 1F. RGB value is (104,23,31). Sum of RGB (Red+Green+Blue) = 104+23+31=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68171F is #97E8E0. Grayscale: #303030. Windows color (decimal): -9955553 or 2037608. OLE color: 2037608.

HSL color Cylindrical-coordinate representation of color #68171F: hue angle of 354.07º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68171F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 31 -
CMYK 0 0.78 0.70 0.59
HSL 354.07º 0.64% 0.25% -
HSV(B) 354.07º 0.78% 0.41% -
XYZ 6.26 3.65 1.67 -
YUV 48.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 104 23 31 0 0.78 0.70 0.59 354.07 0.64 0.25
Hex 68 17 1F 0 4E 46 3B 162 40 19
Octal 150 27 37 0 116 106 73 542 100 31
Binary 1101000 10111 11111 0 1001110 1000110 111011 101100010 1000000 11001

Color Harmonies of #68171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68171F

Black with #68171F

Text Example


Text Example

White with #68171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,23,31); }

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

background-color css

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

 a { background-color: rgb(104,23,31); }

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

border-color css

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

 span { border-color: rgb(104,23,31); }

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