Html Css Color HEX #67191F Pohutukawa

📋 copy color: '#67191F'

red 103 ◦ green 25 ◦ blue 31

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

Shades of Pohutukawa #67191F

Tints of Pohutukawa #67191F

RGB

 RED value IS 103 (40.63% from 255) = 64.78%

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 64.78%
G = 15.72%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67191F (or 0x67191F) is known color: Pohutukawa. HEX triplet: 67, 19 and 1F. RGB value is (103,25,31). Sum of RGB (Red+Green+Blue) = 103+25+31=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #67191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67191F is #98E6E0. Grayscale: #313131. Windows color (decimal): -10020577 or 2038119. OLE color: 2038119.

HSL color Cylindrical-coordinate representation of color #67191F: hue angle of 355.38º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67191F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 31 -
CMYK 0 0.76 0.70 0.60
HSL 355.38º 0.61% 0.25% -
HSV(B) 355.38º 0.76% 0.4% -
XYZ 6.19 3.68 1.68 -
YUV 49.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 103 25 31 0 0.76 0.70 0.60 355.38 0.61 0.25
Hex 67 19 1F 0 4C 46 3C 163 3D 19
Octal 147 31 37 0 114 106 74 543 75 31
Binary 1100111 11001 11111 0 1001100 1000110 111100 101100011 111101 11001

Color Harmonies of #67191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67191F

Black with #67191F

Text Example


Text Example

White with #67191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,25,31); }

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

background-color css

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

 a { background-color: rgb(103,25,31); }

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

border-color css

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

 span { border-color: rgb(103,25,31); }

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