Html Css Color HEX #69131F Pohutukawa

📋 copy color: '#69131F'

red 105 ◦ green 19 ◦ blue 31

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

Shades of Pohutukawa #69131F

Tints of Pohutukawa #69131F

RGB

 RED value IS 105 (41.41% from 255) = 67.74%

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

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

R = 67.74%
G = 12.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69131F (or 0x69131F) is known color: Pohutukawa. HEX triplet: 69, 13 and 1F. RGB value is (105,19,31). Sum of RGB (Red+Green+Blue) = 105+19+31=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69131F is #96ECE0. Grayscale: #2E2E2E. Windows color (decimal): -9891041 or 2036585. OLE color: 2036585.

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

Color convert

RGB 105 19 31 -
CMYK 0 0.82 0.70 0.59
HSL 351.63º 0.69% 0.24% -
HSV(B) 351.63º 0.82% 0.41% -
XYZ 6.31 3.57 1.65 -
YUV 46.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 105 19 31 0 0.82 0.70 0.59 351.63 0.69 0.24
Hex 69 13 1F 0 52 46 3B 160 45 18
Octal 151 23 37 0 122 106 73 540 105 30
Binary 1101001 10011 11111 0 1010010 1000110 111011 101100000 1000101 11000

Color Harmonies of #69131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69131F

Black with #69131F

Text Example


Text Example

White with #69131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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