Html Css Color HEX #67131F Pohutukawa

📋 copy color: '#67131F'

red 103 ◦ green 19 ◦ blue 31

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

Shades of Pohutukawa #67131F

Tints of Pohutukawa #67131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 67.32%
G = 12.42%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67131F (or 0x67131F) is known color: Pohutukawa. HEX triplet: 67, 13 and 1F. RGB value is (103,19,31). Sum of RGB (Red+Green+Blue) = 103+19+31=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67131F is #98ECE0. Grayscale: #2D2D2D. Windows color (decimal): -10022113 or 2036583. OLE color: 2036583.

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

Color convert

RGB 103 19 31 -
CMYK 0 0.82 0.70 0.60
HSL 351.43º 0.69% 0.24% -
HSV(B) 351.43º 0.82% 0.4% -
XYZ 6.07 3.45 1.64 -
YUV 45.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 103 19 31 0 0.82 0.70 0.60 351.43 0.69 0.24
Hex 67 13 1F 0 52 46 3C 15F 45 18
Octal 147 23 37 0 122 106 74 537 105 30
Binary 1100111 10011 11111 0 1010010 1000110 111100 101011111 1000101 11000

Color Harmonies of #67131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67131F

Black with #67131F

Text Example


Text Example

White with #67131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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